Skip to content

Commit

Permalink
Merge pull request #840 from Humanizr/dependabot/nuget/ApiApprover-9.3.0
Browse files Browse the repository at this point in the history
Bump ApiApprover from 8.1.0 to 9.3.0
  • Loading branch information
Oren Novotny authored Aug 26, 2019
2 parents 1e77900 + 245b098 commit 8512e81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Humanizer.Tests/Humanizer.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net46;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net472;netcoreapp2.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1' ">
Expand All @@ -12,10 +12,9 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<ProjectReference Include="..\Humanizer\Humanizer.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net46' ">
<ItemGroup Condition="'$(TargetFramework)' == 'net472' ">
<Reference Include="System.ComponentModel.DataAnnotations" />
<PackageReference Include="PublicApiGenerator" Version="8.1.0" />
<PackageReference Include="ApiApprover" Version="8.1.0" />
<PackageReference Include="ApiApprover" Version="9.3.0" />
<PackageReference Include="DiffPlex" Version="1.4.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 8512e81

Please sign in to comment.