Browse Source

Add support for .NET 6

Stanislav Denisov 3 years ago
parent
commit
ea9eb28556
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>
   <PropertyGroup>
     <OutputType>Library</OutputType>
     <OutputType>Library</OutputType>
-    <TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
+    <TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
     <Platforms>x64</Platforms>
     <Platforms>x64</Platforms>
     <RootNamespace>ENet</RootNamespace>
     <RootNamespace>ENet</RootNamespace>
     <LangVersion>3</LangVersion>
     <LangVersion>3</LangVersion>