Add runtime identifiers to new projects

This commit is contained in:
gdkchan 2020-01-07 19:32:00 -03:00 committed by Thog
parent 4bf59cc7bd
commit 24a72b2fcc
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>