CZKJ.GBRS2.Test.csproj 682 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="xunit" Version="2.3.1" />
  7. <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\CZFW.Core\CZFW.Core.csproj" />
  11. <ProjectReference Include="..\CZFW.Framework\CZFW.Framework.csproj" />
  12. <ProjectReference Include="..\CZFW.Logger\CZFW.Logger.csproj" />
  13. <ProjectReference Include="..\CZKJ.GBRS2.Web\CZKJ.GBRS2.Web.csproj" />
  14. <ProjectReference Include="..\CZKJ.GBRS2\CZKJ.GBRS2.csproj" />
  15. </ItemGroup>
  16. </Project>