[Bug] Fix Pipeline error NETSDK1047 #108

This commit is contained in:
Markus Hofknecht 2020-06-20 21:46:32 +02:00
parent 1ffb169765
commit ac83f9d0fe

View file

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>WinExe</OutputType>