Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
The target framework netcoreapp1.0 has not been used for a long time.
  • Loading branch information
drewnoakes committed Jan 28, 2022
1 parent 7b25cea commit d934760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NetMQ.Tests/NetMQ.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);netcoreapp1.0;portable-net45+win8</PackageTargetFallback>
<IsTestProject>true</IsTestProject>
<TargetFrameworks>net6.0;netcoreapp3.1;net47</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit d934760

Please sign in to comment.