Skip to content

Commit

Permalink
Merge pull request #50 from nils-a/feature/GH-24
Browse files Browse the repository at this point in the history
(#24) Bump Cake.Core to 2.0.0
  • Loading branch information
nils-a authored Jul 25, 2024
2 parents 9bdd502 + f22e197 commit 7b82ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj
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 2.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 2.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 2.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 2.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 2.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 2.0.0. Recommended version is 4.0.0. (see https://cake-contrib.github.io/CakeContrib.Guidelines/rules/ccg0009)
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CodeAnalysisRuleSet>$(ProjectDir)../Cake.Chocolatey.Module.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand All @@ -10,7 +10,7 @@
<None Include="$(ProjectDir)../.editorconfig" Link=".editorconfig" />
<None Include="$(ProjectDir)../../README.md" Link="README.md" PackagePath="" Pack="true" />
</ItemGroup>

<PropertyGroup>
<!-- Properties related to packaging -->
<Authors>Gary Ewan Park</Authors>
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>1.0.0</CakeVersion>
<CakeVersion>2.0.0</CakeVersion>
</PropertyGroup>
</Project>

0 comments on commit 7b82ab4

Please sign in to comment.