Fixes builds in windows.

This commit is contained in:
Kamron Batman 2019-10-05 11:51:15 -07:00
parent 39439c68b8
commit cc5a59309c
No known key found for this signature in database
GPG key ID: 5C9DFD15804B6BB8
8 changed files with 11 additions and 9 deletions

View file

@ -4,6 +4,7 @@
<RootNamespace>Server</RootNamespace>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>Scripts.CS</AssemblyName>
<UseNETCoreGenerator>true</UseNETCoreGenerator>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>