Files
octokit.net/build/Build.csproj
Mattias Karlsson f61654a74b (build) Update to Cake 0.35.0, update dependencies and improve dotnet-format execution. (#2039)
* (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
2019-10-30 17:08:10 -03:00

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>