Mercurial > pub > ImplabNet
view Implab.Test/Implab.Test.csproj @ 277:963b17c275be v3
Refactoring
Added <array> element to injection parameters
Working on registrations of factories
author | cin |
---|---|
date | Sat, 28 Apr 2018 18:48:09 +0300 |
parents | 6b3e5c48131b |
children |
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup Condition="'$(OSTYPE)'=='linux'"> <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> <FrameworkPathOverride Condition="'$(TargetFramework)'=='net46'">/usr/lib/mono/4.5/</FrameworkPathOverride> </PropertyGroup> <PropertyGroup Condition="'$(OSTYPE)'=='windows'"> <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks> </PropertyGroup> <PropertyGroup> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20180109-01" /> <PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> <ProjectReference Include="../Implab/Implab.csproj"/> <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" /> </ItemGroup> </Project>