123456789101112131415161718192021 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="xunit" Version="2.3.1" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CZFW.Core\CZFW.Core.csproj" />
- <ProjectReference Include="..\CZFW.Framework\CZFW.Framework.csproj" />
- <ProjectReference Include="..\CZFW.Logger\CZFW.Logger.csproj" />
- <ProjectReference Include="..\CZKJ.GBRS2.Web\CZKJ.GBRS2.Web.csproj" />
- <ProjectReference Include="..\CZKJ.GBRS2\CZKJ.GBRS2.csproj" />
- </ItemGroup>
- </Project>
|