Skip to content

Commit

Permalink
Attempt to add support for .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Dec 4, 2020
1 parent d695646 commit 8ac28ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Interfaces/Platform.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>Platform.Interfaces</AssemblyTitle>
<VersionPrefix>0.3.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Interfaces</AssemblyName>
<PackageId>Platform.Interfaces</PackageId>
<PackageTags>LinksPlatform;Interfaces;ICounter;ICriterionMatcher;IFactory;IProperties;IProperty;IProvider;ISetter</PackageTags>
Expand Down

0 comments on commit 8ac28ac

Please sign in to comment.