ivf_tl_Entity.csproj 421 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <Platforms>AnyCPU;x64</Platforms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
  10. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  11. </ItemGroup>
  12. </Project>