Skip to content

Commit 7001426

Browse files
committed
(build) Test sending message from 5.0.0
1 parent 5eaafd1 commit 7001426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/dsl/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.0.0",
6+
"version": "5.0.0",
77
"commands": [
88
"dotnet-cake"
99
],

demo/dsl/discord.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "../../Source/Cake.Discord/bin/Debug/net8.0/Cake.Discord.dll"
1+
#r "../../Source/Cake.Discord/bin/Release/net9.0/Cake.Discord.dll"
22
//#addin "nuget:https://www.nuget.org/api/v2?package=Cake.Discord"
33

44
var url = Argument<string>("url", null);

0 commit comments

Comments
 (0)