Skip to content

Commit 73cf579

Browse files
(maint): Bump Cake.Testing from 4.0.0 to 5.0.0
--- updated-dependencies: - dependency-name: Cake.Testing dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b60432 commit 73cf579

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.config/dotnet-tools.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": 1,
3-
"isRoot": true,
4-
"tools": {
5-
"cake.tool": {
6-
"version": "1.3.0",
7-
"commands": [
8-
"dotnet-cake"
9-
]
10-
}
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"cake.tool": {
6+
"version": "5.0.0",
7+
"commands": [
8+
"dotnet-cake"
9+
]
1110
}
12-
}
11+
}
12+
}

Source/Cake.Twitter/Cake.Twitter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -45,7 +45,7 @@
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>
48-
<PackageReference Include="Cake.Testing" Version="4.0.0" />
48+
<PackageReference Include="Cake.Testing" Version="5.0.0" />
4949
<PackageReference Include="CakeContrib.Guidelines" Version="1.6.1">
5050
<PrivateAssets>all</PrivateAssets>
5151
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)