FileUploadWpf.csproj 352 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <UseWPF>true</UseWPF>
  6. <Platforms>AnyCPU;x64</Platforms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  10. </ItemGroup>
  11. </Project>