2018-07-06 22:15:46 +00:00
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<CliTargetFramework>netcoreapp3.0</CliTargetFramework>
|
2018-07-09 21:12:11 +00:00
|
|
|
|
|
|
|
<!-- Workaround until the stage0 SDK supports .NET Core 3.0.
|
|
|
|
It won't hurt anything to leave this in though. -->
|
2018-07-06 22:15:46 +00:00
|
|
|
<NETCoreAppMaximumVersion>3.0</NETCoreAppMaximumVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|