Skip to content

Commit ac62a66

Browse files
committed
Update managed part to .NET 7
1 parent f56d96e commit ac62a66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66
<Product>GmodNET API</Product>
77
<Description>GmodNET API library contains all necessary interfaces to write a GmodNET module.</Description>

gm_dotnet_managed/GmodNET/GmodNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<StartupObject>GmodNET.BuidReq</StartupObject>
77
<Description>GmodNET managed module loader.</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>

gm_dotnet_managed/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)