Skip to content

Commit

Permalink
Add .net6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 14, 2022
1 parent 5379d1a commit 843a0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp2.1;netcoreapp3.1;net5;net6</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion csharp/Platform.Protocols/Platform.Protocols.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>Platform.Protocols</AssemblyTitle>
<VersionPrefix>0.3.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<PackageId>Platform.Protocols</PackageId>
<PackageTags>LinksPlatform;Communication;Protocols;Edge;Gexf;Graph;GraphDefaultEdgeType;GraphMode;Node;Udp;UdpClientExtensions;UdpReceiver;UdpSender;Xml;Serializer</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
Expand Down

0 comments on commit 843a0f7

Please sign in to comment.