Skip to content

Commit

Permalink
Merge pull request #53 from nils-a/feature/GH-25
Browse files Browse the repository at this point in the history
(#25) Bump Cake.Core to 3.0.0
  • Loading branch information
nils-a authored Jul 25, 2024
2 parents d14364d + 84f7000 commit 839619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://cake-contrib.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://cake-contrib.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://cake-contrib.github.io/CakeContrib.Guidelines/rules/ccg0009)
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CodeAnalysisRuleSet>$(ProjectDir)../Cake.Chocolatey.Module.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<CakeVersion>2.0.0</CakeVersion>
<CakeVersion>3.0.0</CakeVersion>
</PropertyGroup>
</Project>

0 comments on commit 839619d

Please sign in to comment.