Bump Cake.Codecov from 0.9.1 to 1.0.0 in /build (#2301)

Bumps [Cake.Codecov](https://github.com/cake-contrib/Cake.Codecov) from 0.9.1 to 1.0.0.
- [Release notes](https://github.com/cake-contrib/Cake.Codecov/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Codecov/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Codecov/compare/0.9.1...1.0.0)

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]
2021-02-13 17:54:35 -04:00
committed by GitHub
parent 66f0676dc3
commit a28002a8df

View File

@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Cake.Coverlet" Version="2.5.1" />
<PackageReference Include="Cake.Frosting" Version="1.0.0" />
<PackageReference Include="Cake.Codecov" Version="0.9.1" />
<PackageReference Include="Cake.Codecov" Version="1.0.0" />
<PackageReference Include="Codecov" Version="1.12.3" />
</ItemGroup>