Add runtime identifiers to new projects

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent 29a825b43b
commit 80707f9311
6 changed files with 6 additions and 0 deletions
@@ -3,6 +3,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>