annotate Implab.Test/Implab.Test.csproj @ 254:12c00235b105
v3
Добавлена метка v3.0.1-beta для набора изменений 34df34841225
author |
cin |
date |
Mon, 12 Feb 2018 17:03:49 +0300 |
parents |
d82909310094 |
children |
b00441e04738 |
rev |
line source |
249
|
1 <Project Sdk="Microsoft.NET.Sdk">
|
|
2
|
0
|
3 <PropertyGroup>
|
249
|
4 <TargetFramework>netcoreapp2.0</TargetFramework>
|
|
5
|
|
6 <IsPackable>false</IsPackable>
|
75
|
7 </PropertyGroup>
|
0
|
8 <ItemGroup>
|
249
|
9 <ProjectReference Include="../Implab/Implab.csproj"/>
|
|
10 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
|
|
11 <PackageReference Include="xunit" Version="2.3.1" />
|
|
12 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
|
13 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
|
0
|
14 </ItemGroup>
|
249
|
15
|
|
16 </Project>
|