Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#70) bump cake references to 2.0.0 #90

Merged
merged 1 commit into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Cake.Terraform.Tests/Cake.Terraform.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
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>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="Cake.Testing" Version="1.0.0" />
<PackageReference Include="Cake.Core" Version="2.0.0" />
<PackageReference Include="Cake.Testing" Version="2.0.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 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 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://cake-contrib.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://cake-contrib.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 2.0.0. Recommended version is 4.0.0. (see https://cake-contrib.github.io/CakeContrib.Guidelines/rules/ccg0009)

<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.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>1.0.0</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="CakeContrib.Guidelines">
<Version>1.5.1</Version>
Expand Down
Loading