mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
16 lines
458 B
XML
16 lines
458 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cake.Coverlet" Version="2.4.2" />
|
|
<PackageReference Include="Cake.Frosting" Version="0.36.0" />
|
|
<PackageReference Include="Cake.Codecov" Version="0.8.0" />
|
|
<PackageReference Include="Codecov" Version="1.10.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|