We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9205849 commit c9a1e03Copy full SHA for c9a1e03
.build/build.bat
@@ -1,4 +1,4 @@
1
@echo off
2
-".nuget/nuget.exe" install FAKE -Version 4.63.0
+".nuget/nuget.exe" install FAKE -Version 4.63.2
3
4
-"FAKE.4.63.0/tools/FAKE.exe" build.fsx %*
+"FAKE.4.63.2/tools/FAKE.exe" build.fsx %*
.build/build.fsx
@@ -1,5 +1,5 @@
// don't forget nuget setapikey <key> before publish ;)
-#r @"FAKE.4.63.0/tools/FakeLib.dll"
+#r @"FAKE.4.63.2/tools/FakeLib.dll"
#r "System.Xml.Linq"
5
open System.Xml.Linq
0 commit comments