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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
1 <Project Sdk="Microsoft.NET.Sdk">
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
2
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3 <PropertyGroup>
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
4 <TargetFramework>netcoreapp2.0</TargetFramework>
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
5
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
6 <IsPackable>false</IsPackable>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
7 </PropertyGroup>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 <ItemGroup>
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
9 <ProjectReference Include="../Implab/Implab.csproj"/>
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
10 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
11 <PackageReference Include="xunit" Version="2.3.1" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
12 <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
13 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 </ItemGroup>
249
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
15
d82909310094 Implab.Test moved to xunit
cin
parents: 227
diff changeset
16 </Project>