Skip to content

Commit b752c8d

Browse files
committed
Updated Cake Tool to 3.0.0
1 parent 779ba91 commit b752c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" Version="0.13.3" />
10+
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
1111
<PackageReference Include="xunit.assert" Version="2.4.2" />
1212
</ItemGroup>
1313

dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "2.0.0",
6+
"version": "3.0.0",
77
"commands": [
88
"dotnet-cake"
99
]

0 commit comments

Comments
 (0)