ModernWpfPlayground/ModernWpfPlayground.csproj
2020-02-10 22:15:28 +01:00

13 lines
309 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ModernWpfUI" Version="0.7.4" />
</ItemGroup>
</Project>