Files
DroneTest/DroneTest.UI/DroneTest.UI.csproj
Daniel Hafner ce6c54ac06
Some checks failed
continuous-integration/drone/push Build is failing
moved to net5
2021-01-31 13:58:06 +01:00

10 lines
218 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>