Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TalfinApiiro committed Feb 28, 2023
1 parent e7c7691 commit 727d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Tasks/ValidateLINQPadSamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private static string RewriteLinqpadScriptToUseLocalAssemblies(string directory,
writer.WriteLine("ref {0}\\System.Reactive.dll;", directory);
writer.WriteLine("ref {0}\\Octokit.dll;", directory);
writer.WriteLine("ref {0}\\Octokit.Reactive.dll;", directory);
writer.WriteLine("ref C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6\\System.Net.Http.dll;");
// writer.WriteLine("ref C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.6\\System.Net.Http.dll;");
writer.WriteLine();

var xmlText = text.Substring(openTagIndex, endOfMetadata);
Expand Down

0 comments on commit 727d9e0

Please sign in to comment.