Skip to content

Commit

Permalink
Merge pull request #76 from nils-a/feature/GH-59
Browse files Browse the repository at this point in the history
(#59) bump reference of cake.core to v 1.0.0
  • Loading branch information
nils-a authored May 26, 2024
2 parents 7ce7fce + abd767d commit 898c734
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions src/Cake.Terraform.Tests/Cake.Terraform.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461</TargetFrameworks>
<!--
Fool Cake.Incubator into thinking we're building agains netcoreapp3.1.
This is done to make Cake.Recipe avoid using OpenCover.
Remove this hack if Cake.Recipe bumps the usage of Cake.Incubator to version 7.0.0
-->
<TargetFrameworks Condition="false">netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net461;net5.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Testing" Version="1.0.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<!--
add a direct reference to Microsoft.TestPlatform.ObjectModel
to work around https://github.com/microsoft/vstest/issues/2469
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Terraform/Cake.Terraform.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

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

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'StyleCop.Analyzers' found. Usage of 'StyleCop.Analyzers' is strongly recommended (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0005)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

No reference to 'stylecop.json' found. Usage of 'stylecop.json' is strongly recommended. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0006)

Check warning on line 1 in src/Cake.Terraform/Cake.Terraform.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

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

<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net461;netstandard2.0;net5.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Cake.Core" PrivateAssets="All">
<Version>0.33.0</Version>
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="CakeContrib.Guidelines">
<Version>1.5.1</Version>
Expand Down

0 comments on commit 898c734

Please sign in to comment.