Skip to content

Commit

Permalink
upgrade for issue #36
Browse files Browse the repository at this point in the history
  • Loading branch information
ipjohnson committed Jul 20, 2018
1 parent f41daba commit 725c72a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SimpleFixture.FakeItEasy/SimpleFixture.FakeItEasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageLicenseUrl>https://github.com/ipjohnson/SimpleFixture/blob/master/License.md</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ipjohnson/SimpleFixture</RepositoryUrl>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand All @@ -39,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="3.0.0" />
<PackageReference Include="FakeItEasy" Version="4.7.1" />
</ItemGroup>

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

0 comments on commit 725c72a

Please sign in to comment.