ConsoleApp1.csproj 703 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
  9. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.32">
  10. <PrivateAssets>all</PrivateAssets>
  11. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  12. </PackageReference>
  13. </ItemGroup>
  14. <ItemGroup>
  15. <None Update="jsconfig1.json">
  16. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  17. </None>
  18. </ItemGroup>
  19. </Project>