##// END OF EJS Templates
PollingComponent: implemented correct stopping
PollingComponent: implemented correct stopping

File last commit:

r259:7d52dc684bbd v3
r259:7d52dc684bbd v3
Show More
Implab.Test.csproj
17 lines | 577 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
PollingComponent: implemented correct stopping
r259 <TargetFramework>netcoreapp2.1</TargetFramework>
cin
Implab.Test moved to xunit...
r249
<IsPackable>false</IsPackable>
cin
major refactoring, added tasks support
r75 </PropertyGroup>
cin
PollingComponent: implemented correct stopping
r259
user@factory.site.local
initial commit...
r0 <ItemGroup>
cin
PollingComponent: implemented correct stopping
r259 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" />
cin
Implab.Test moved to xunit...
r249 <PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
cin
PollingComponent: implemented correct stopping
r259 <ProjectReference Include="../Implab/Implab.csproj"/>
cin
Implab.Test moved to xunit...
r249 <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
user@factory.site.local
initial commit...
r0 </ItemGroup>
cin
Implab.Test moved to xunit...
r249
</Project>