mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
* (build) Update to Cake 0.35.0 * Cake.Frosting 0.35.0 * Cake.Coverlet 2.3.4 * Cake.Codecov 0.7.0 * Codecov 1.7.2 * Make dotnet-format execution more robust (fails if not installed globally) * Fix codecov.exe path
16 lines
457 B
XML
16 lines
457 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cake.Coverlet" Version="2.3.4" />
|
|
<PackageReference Include="Cake.Frosting" Version="0.35.0" />
|
|
<PackageReference Include="Cake.Codecov" Version="0.7.0" />
|
|
<PackageReference Include="Codecov" Version="1.7.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|