Skip to content

Commit 4ba3cca

Browse files
committed
add netcoreapp3.1 target
1 parent 9c70d14 commit 4ba3cca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ConsoleAppFramework/ConsoleAppFramework.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
44
<LangVersion>8.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<SignAssembly>true</SignAssembly>
77
<AssemblyOriginatorKeyFile>release.snk</AssemblyOriginatorKeyFile>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9-
<!-- Version is passed from CircleCI -->
10-
<!--<Version>1</Version>-->
119

1210
<!-- NuGet -->
1311
<PackageId>ConsoleAppFramework</PackageId>
@@ -27,4 +25,4 @@
2725
<ItemGroup>
2826
<None Include="Icon.png" Pack="true" PackagePath="/" />
2927
</ItemGroup>
30-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)