Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
.net core unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Apr 8, 2017
1 parent f59b0a9 commit aaced66
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<PropertyGroup>
<AssemblyName>CodeProject.ObjectPool.UnitTests</AssemblyName>
<PackageId>CodeProject.ObjectPool.UnitTests</PackageId>
<!--<TargetFrameworks>netcoreapp1.1;net35;net40;net45;net46</TargetFrameworks>-->
<TargetFrameworks>net35;net40;net45;net46</TargetFrameworks>
<TargetFrameworks>netcoreapp1.1;net35;net40;net45;net46</TargetFrameworks>
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
<OutputType>Exe</OutputType>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
Expand All @@ -17,20 +16,20 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="NLipsum" Version="1.0.1" />
<PackageReference Include="NLipsum" Version="1.0.2" />
<PackageReference Include="NUnit" Version="3.6.1" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.6.1" />
<PackageReference Include="NUnitLite" Version="3.6.1" />
<PackageReference Include="Shouldly" Version="2.8.2" />
</ItemGroup>

<!--<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
<DefineConstants>$(DefineConstants);NETSTD16</DefineConstants>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
</PropertyGroup>-->
</PropertyGroup>

<!--<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
</ItemGroup>-->
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net35' ">
<DefineConstants>$(DefineConstants);NET35</DefineConstants>
Expand Down

0 comments on commit aaced66

Please sign in to comment.