CZFW.Core.csproj 561 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Reference Include="Newtonsoft.Json">
  7. <HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\10.0.1\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
  8. </Reference>
  9. </ItemGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.1.1" />
  12. <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
  13. </ItemGroup>
  14. </Project>