pmtest-client.csproj 451 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <RootNamespace>pmtest_client</RootNamespace>
  6. <Nullable>enable</Nullable>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
  11. <PackageReference Include="Websocket.Client" Version="4.6.1" />
  12. </ItemGroup>
  13. </Project>