mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
bf72b5e886
Bumps [Cake.Coverlet](https://github.com/romanx/Cake.Coverlet) from 3.0.2 to 3.0.4. - [Release notes](https://github.com/romanx/Cake.Coverlet/releases) - [Commits](https://github.com/romanx/Cake.Coverlet/commits) --- updated-dependencies: - dependency-name: Cake.Coverlet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
16 lines
442 B
XML
16 lines
442 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<SignAssembly>false</SignAssembly>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)/..</RunWorkingDirectory>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cake.Coverlet" Version="3.0.4" />
|
|
<PackageReference Include="Cake.Frosting" Version="2.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|