Skip to content

Commit

Permalink
Bump Fare from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [Fare](https://github.com/moodmosaic/Fare) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/moodmosaic/Fare/releases)
- [Commits](moodmosaic/Fare@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: Fare
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bdukes committed Oct 4, 2021
1 parent edbbfc3 commit 1e09533
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 1e09533

Please sign in to comment.