We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaafd1 commit 7001426Copy full SHA for 7001426
demo/dsl/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "4.0.0",
+ "version": "5.0.0",
7
"commands": [
8
"dotnet-cake"
9
],
demo/dsl/discord.cake
@@ -1,4 +1,4 @@
1
-#r "../../Source/Cake.Discord/bin/Debug/net8.0/Cake.Discord.dll"
+#r "../../Source/Cake.Discord/bin/Release/net9.0/Cake.Discord.dll"
2
//#addin "nuget:https://www.nuget.org/api/v2?package=Cake.Discord"
var url = Argument<string>("url", null);
0 commit comments