From b6b8d730951b372675d8288fabcb1d3e423cbe10 Mon Sep 17 00:00:00 2001 From: IanWold Date: Sun, 3 Nov 2024 18:58:30 -0600 Subject: [PATCH] Build the new build. I'll learn one day --- build.csx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.csx b/build.csx index 511fa03..095440c 100644 --- a/build.csx +++ b/build.csx @@ -1,6 +1,6 @@ #! "net8.0" #r "nuget: Metalsharp, 0.9.0-rc.6" -#r "nuget: Metalsharp.LiquidTemplates, 0.9.0-rc-5" +#r "nuget: Metalsharp.LiquidTemplates, 0.9.0-rc.5" #r "nuget: Metalsharp.SimpleBlog, 0.9.0-rc.2" #r "nuget: System.ServiceModel.Syndication, 8.0.0" using Metalsharp;