Skip to content

Commit

Permalink
chore: Bump Cake.MinVer to avoid warning
Browse files Browse the repository at this point in the history
To avoid the warning 
```
The assembly 'Cake.MinVer, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' 
is referencing an older version of Cake.Core (3.0.0). 
For best compatibility it should target Cake.Core version 4.0.0.
```
in `  dotnet tool run dotnet-cake --target=Test --test-run-name=Windows --configuration=Release`
  • Loading branch information
mikkelbu authored Oct 13, 2024
1 parent ad3b652 commit b3f44bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#addin "nuget:?package=Cake.MinVer&version=3.0.0"
#addin "nuget:?package=Cake.MinVer&version=4.0.0"
#load "CakeScripts/VersionParsers.cs"

//////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b3f44bf

Please sign in to comment.