##// END OF EJS Templates
fixed typo
fixed typo

File last commit:

r295:28af686e24f7 default
r297:00a2d52813ee v3.0.16 default
Show More
Implab.Test.csproj
24 lines | 1.0 KiB | text/plain | TextLexer
cin
Implab.Test moved to xunit...
r249 <Project Sdk="Microsoft.NET.Sdk">
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
cin
minor fixes
r260
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <IsPackable>false</IsPackable>
</PropertyGroup>
cin
Implab.Test moved to xunit...
r249
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
cin
PollingComponent: implemented correct stopping
r259
cin
Fixed promise rejection when there is not specified error handler in the reaction....
r295 <PackageReference Include="System.Reactive" Version="4.0.0" />
<ProjectReference Include="../Implab/Implab.csproj" />
</ItemGroup>
cin
Implab.Test moved to xunit...
r249 </Project>