Skip to content

Commit

Permalink
Merge pull request #1 from TheMinefighter/master
Browse files Browse the repository at this point in the history
Add netcoreapp3.1 support
  • Loading branch information
TwentyFourMinutes authored Feb 5, 2020
2 parents 09faca3 + 064d53d commit 17cdaa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand All @@ -16,6 +15,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>BidirectionalDict</Title>
<TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 17cdaa6

Please sign in to comment.