Browse Source

Add support for .NET 8

Stanislav Denisov 1 year ago
parent
commit
f6bcdfccf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Managed/ENet-CSharp.csproj

+ 1 - 1
Source/Managed/ENet-CSharp.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Library</OutputType>
-    <TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
+    <TargetFrameworks>netstandard2.1;netcoreapp3.1;net8.0</TargetFrameworks>
     <Platforms>x64</Platforms>
     <RootNamespace>ENet</RootNamespace>
     <LangVersion>3</LangVersion>