Skip to content

Commit

Permalink
Merge pull request cake-contrib#14 from cake-contrib/feature/linq-sup…
Browse files Browse the repository at this point in the history
…port

(cake-contribGH-13) Add support for LINQ in templates
  • Loading branch information
pascalberger authored May 25, 2018
2 parents c8c139a + 11ea664 commit 067f12e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public IEnumerable<CompilerReference> GetReferences(

// All assemblies which can be used inside the templates need to be listed here.
yield return CompilerReference.From(this.FindLoaded(loadedAssemblies, "System.dll"));
yield return CompilerReference.From(this.FindLoaded(loadedAssemblies, "System.Core.dll"));
yield return CompilerReference.From(this.FindLoaded(loadedAssemblies, "netstandard.dll"));
yield return CompilerReference.From(this.FindLoaded(loadedAssemblies, "Cake.Core.dll"));
yield return CompilerReference.From(this.FindLoaded(loadedAssemblies, "Cake.Issues.dll"));
Expand Down

0 comments on commit 067f12e

Please sign in to comment.