mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
* Bump Codecov from 1.12.3 to 1.12.4 in /build Bumps [Codecov](https://github.com/codecov/codecov-exe) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/codecov/codecov-exe/releases) - [Changelog](https://github.com/codecov/codecov-exe/blob/master/Changelog.md) - [Commits](https://github.com/codecov/codecov-exe/compare/1.12.3...1.12.4) Signed-off-by: dependabot[bot] <support@github.com> * fix path to codecov executable Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan Forster <github@brendanforster.com>
17 lines
534 B
XML
17 lines
534 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)/..</RunWorkingDirectory>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cake.Coverlet" Version="2.5.1" />
|
|
<PackageReference Include="Cake.Frosting" Version="1.0.0" />
|
|
<PackageReference Include="Cake.Codecov" Version="1.0.0" />
|
|
<PackageReference Include="Codecov" Version="1.12.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|