Implab.Test.csproj
17 lines
| 577 B
| text/plain
|
TextLexer
/ Implab.Test / Implab.Test.csproj
cin
|
r249 | <Project Sdk="Microsoft.NET.Sdk"> | ||
user@factory.site.local
|
r0 | <PropertyGroup> | ||
cin
|
r259 | <TargetFramework>netcoreapp2.1</TargetFramework> | ||
cin
|
r249 | |||
<IsPackable>false</IsPackable> | ||||
cin
|
r75 | </PropertyGroup> | ||
cin
|
r259 | |||
user@factory.site.local
|
r0 | <ItemGroup> | ||
cin
|
r259 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" /> | ||
cin
|
r249 | <PackageReference Include="xunit" Version="2.3.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | ||||
cin
|
r259 | <ProjectReference Include="../Implab/Implab.csproj"/> | ||
cin
|
r249 | <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | ||
user@factory.site.local
|
r0 | </ItemGroup> | ||
cin
|
r249 | |||
</Project> | ||||