Skip to content

Commit

Permalink
retarget to netstandard 1.3 for issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
ipjohnson committed Apr 27, 2017
1 parent 7e120f2 commit b72cb81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Authors>Ian Johnson</Authors>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>SimpleFixture.NSubstitute</AssemblyName>
<PackageId>SimpleFixture.NSubstitute</PackageId>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NSubstitute" Version="2.0.2" />
<PackageReference Include="NSubstitute" Version="2.0.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down

0 comments on commit b72cb81

Please sign in to comment.