mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
Bumps [Cake.Frosting](https://github.com/cake-build/cake) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/cake-build/cake/releases) - [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md) - [Commits](https://github.com/cake-build/cake/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: Cake.Frosting dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
439 B
XML
16 lines
439 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="4.0.1" />
|
|
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|