##// END OF EJS Templates
Fixed promise rejection when there is not specified error handler in the reaction....
Fixed promise rejection when there is not specified error handler in the reaction. FIXED SPELLING IN THE XML CONTAINER CONFIGURATION signleton->singleton Code cleanup Update tests make them working on dotnet core

File last commit:

r288:90cef6117ced v3
r295:28af686e24f7 default
Show More
Implab.Playground.csproj
27 lines | 869 B | text/plain | TextLexer
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition="'$(OSTYPE)'=='linux'">
<TargetFrameworks>netcoreapp2.0;;net46</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.6-api/</FrameworkPathOverride>
</PropertyGroup>
<PropertyGroup Condition="'$(OSTYPE)'=='windows'">
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Implab/Implab.csproj" />
<ProjectReference Include="..\Implab.ServiceHost\Implab.ServiceHost.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Unity" Version="5.8.6" />
<PackageReference Include="System.Reactive" Version="4.0.0" />
</ItemGroup>
</Project>