mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
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="1.3.1" />
|
|
<PackageReference Include="Cake.Frosting" Version="0.34.1" />
|
|
<PackageReference Include="Cake.Codecov" Version="0.4.0" />
|
|
<PackageReference Include="Codecov" Version="1.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|