HelloStylet/HelloStyletClient/HelloStyletClient.csproj

15 lines
421 B
XML
Raw Permalink Normal View History

2021-07-24 03:48:41 -07:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<RootNamespace>HelloStyletClient</RootNamespace>
</PropertyGroup>
<ItemGroup>
2021-07-24 07:02:58 -07:00
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
2021-07-24 03:48:41 -07:00
<PackageReference Include="Stylet" Version="1.3.6.0" />
</ItemGroup>
</Project>