Skip to content

Commit

Permalink
Merge pull request #4855 from dnnsoftware/dependabot/nuget/Fare-2.1.2
Browse files Browse the repository at this point in the history
Bump Fare from 2.1.1 to 2.1.2
  • Loading branch information
valadas committed Oct 5, 2021
2 parents b24d599 + 1e09533 commit c88f447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,15 @@
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoFixture, Version=4.17.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f">
<Reference Include="AutoFixture, Version=4.17.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\AutoFixture.4.17.0\lib\net452\AutoFixture.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc">
<HintPath>..\..\..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Fare, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ea68d375bf33a7c8, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Fare.2.1.1\lib\net35\Fare.dll</HintPath>
<HintPath>..\..\..\packages\Fare.2.1.2\lib\net35\Fare.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Moq">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="AutoFixture" version="4.17.0" targetFramework="net472" />
<package id="Castle.Core" version="4.4.1" targetFramework="net472" />
<package id="Fare" version="2.1.1" targetFramework="net472" />
<package id="Fare" version="2.1.2" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.7" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.7" targetFramework="net472" />
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
Expand Down

0 comments on commit c88f447

Please sign in to comment.