Skip to content

Commit

Permalink
Try add System.ServiceModel.Primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 30, 2023
1 parent e1b5032 commit ba2f86e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#r "nuget: Metalsharp.LiquidTemplates, 0.9.0-rc-3"
#r "nuget: Metalsharp.SimpleBlog, 0.9.0-rc.2"
#r "nuget: System.ServiceModel.Syndication 7.0.0"
#r "nuget: System.ServiceModel.Primitives 6.1.0"

using Metalsharp;
using Metalsharp.LiquidTemplates;
Expand All @@ -13,6 +14,7 @@ using System.ServiceModel.Syndication;
using System.IO;
using System.Xml;
using System;
using System.ServiceModel.Primitives;

new MetalsharpProject()
.AddInput("Site", @".\")
Expand Down

0 comments on commit ba2f86e

Please sign in to comment.