Skip to content

Commit

Permalink
Merge pull request #1252 from adamralph/update-simple-targets-csx
Browse files Browse the repository at this point in the history
update to simple-targets-csx 5.3.0
  • Loading branch information
blairconrad committed Nov 4, 2017
2 parents c44842a + 3b56582 commit accbdb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/build.csx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load "packages/simple-targets-csx.5.2.0/simple-targets.csx"
#load "packages/simple-targets-csx.5.3.0/simple-targets.csx"

#r "System.Net.Http"
#r "System.Xml.Linq"
Expand Down Expand Up @@ -273,4 +273,4 @@ public string GetVSLocation()
return installationPath;
}

public static string GetCurrentScriptDirectory([CallerFilePath] string path = null) => Path.GetDirectoryName(path);
public static string GetCurrentScriptDirectory([CallerFilePath] string path = null) => Path.GetDirectoryName(path);
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="GitVersion.CommandLine" version="4.0.0-beta0012" />
<package id="PdbGit" version="3.0.41" />
<package id="simple-targets-csx" version="5.2.0" />
<package id="simple-targets-csx" version="5.3.0" />
<package id="xunit.runner.console" version="2.0.0" />
<package id="vswhere" version="1.0.62" />
<package id="Microsoft.Net.Compilers" version="2.2.0" />
Expand Down

0 comments on commit accbdb0

Please sign in to comment.