|
@@ -2,8 +2,8 @@
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<OutputType>Exe</OutputType>
|
|
<OutputType>Exe</OutputType>
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
- <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
+ <RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
|
|
<PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
|