##// END OF EJS Templates
Добавлена метка v3.0.1-beta для набора изменений 34df34841225
Добавлена метка v3.0.1-beta для набора изменений 34df34841225

File last commit:

r249:d82909310094 v3
r254:12c00235b105 v3
Show More
Implab.Test.csproj
16 lines | 555 B | text/plain | TextLexer
cin
Implab.Test moved to xunit...
r249 <Project Sdk="Microsoft.NET.Sdk">
user@factory.site.local
initial commit...
r0 <PropertyGroup>
cin
Implab.Test moved to xunit...
r249 <TargetFramework>netcoreapp2.0</TargetFramework>
<IsPackable>false</IsPackable>
cin
major refactoring, added tasks support
r75 </PropertyGroup>
user@factory.site.local
initial commit...
r0 <ItemGroup>
cin
Implab.Test moved to xunit...
r249 <ProjectReference Include="../Implab/Implab.csproj"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
user@factory.site.local
initial commit...
r0 </ItemGroup>
cin
Implab.Test moved to xunit...
r249
</Project>