Implab.Test.csproj
17 lines
| 686 B
| text/plain
|
TextLexer
/ Implab.Test / Implab.Test.csproj
cin
|
r249 | <Project Sdk="Microsoft.NET.Sdk"> | ||
user@factory.site.local
|
r0 | <PropertyGroup> | ||
cin
|
r255 | <TargetFramework>net46</TargetFramework> | ||
cin
|
r256 | <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride> | ||
cin
|
r249 | |||
<IsPackable>false</IsPackable> | ||||
cin
|
r75 | </PropertyGroup> | ||
user@factory.site.local
|
r0 | <ItemGroup> | ||
cin
|
r255 | <ProjectReference Include="../Implab/Implab.csproj" /> | ||
cin
|
r249 | <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
|
r0 | </ItemGroup> | ||
cin
|
r249 | |||
</Project> | ||||