Bump Fractions from 7.2.0 to 7.2.1 (#1127)

Bumps [Fractions](https://github.com/danm-de/Fractions) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/danm-de/Fractions/releases)
- [Changelog](https://github.com/danm-de/Fractions/blob/master/Changelog.md)
- [Commits](https://github.com/danm-de/Fractions/commits/release/7.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-12-12 02:37:34 -08:00
committed by GitHub
parent f5c08d4032
commit 41fe6cca7c

View File

@@ -14,7 +14,7 @@
<PackageReference Include="System.Text.Json" Version="7.0.0" />
<PackageReference Include="AutoMapper" Version="12.0.0" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageReference Include="AutoMapper" Version="10.1.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Fractions" Version="7.2.0" />
<PackageReference Include="Fractions" Version="7.2.1" />
<PackageReference Include="YamlDotNet" Version="12.1.0" />
</ItemGroup>
</Project>