Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Singularize TargetFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 30, 2020
1 parent 63e0d0f commit 469e434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.10.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 469e434

Please sign in to comment.