Implab.Test.csproj
24 lines
| 976 B
| text/plain
|
TextLexer
/ Implab.Test / Implab.Test.csproj
cin
|
r249 | <Project Sdk="Microsoft.NET.Sdk"> | ||
cin
|
r260 | <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> | ||
cin
|
r267 | <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | ||
cin
|
r260 | <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride> | ||
</PropertyGroup> | ||||
<PropertyGroup Condition="'$(OSTYPE)'=='windows'"> | ||||
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> | ||||
</PropertyGroup> | ||||
cin
|
r249 | |||
user@factory.site.local
|
r0 | <PropertyGroup> | ||
cin
|
r249 | <IsPackable>false</IsPackable> | ||
cin
|
r75 | </PropertyGroup> | ||
cin
|
r259 | |||
user@factory.site.local
|
r0 | <ItemGroup> | ||
cin
|
r259 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" /> | ||
cin
|
r288 | <PackageReference Include="System.Reactive" Version="4.0.0" /> | ||
cin
|
r249 | <PackageReference Include="xunit" Version="2.3.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> | ||||
cin
|
r259 | <ProjectReference Include="../Implab/Implab.csproj"/> | ||
cin
|
r249 | <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> | ||
user@factory.site.local
|
r0 | </ItemGroup> | ||
cin
|
r260 | |||
cin
|
r249 | </Project> | ||