Add runtime identifiers to new projects

This commit is contained in:
gdkchan 2020-01-07 19:32:00 -03:00 committed by Thog
parent 29a825b43b
commit 80707f9311
6 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>