Skip to content

Commit 7f118d6

Browse files
authored
Retarget GmodNET.API to net6.0 tfm (#140)
1 parent 4f6b084 commit 7f118d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>net7.0</TargetFramework>
4+
<TargetFramework>net6.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>

0 commit comments

Comments
 (0)