Skip to content

Commit

Permalink
Fixing E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanWong-MS committed Jan 25, 2018
1 parent 1c249d4 commit cb43be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class T4CodeGenerationTests
{
private const string NameSpacePrefixReference = "Microsoft.Test.OData.Services.TestServices.";
private const string NameSpacePrefixCodeGenerationTests = "CodeGenerationTests.";
private const string T4Version = "2.4.0";
private const string T4Version = "#VersionNumber#";
private const string SystemIO = "System.IO.dll";
private const string SystemRuntime = "System.Runtime.dll";
private const string SystemXmlReaderWriter = "System.Xml.ReaderWriter.dll";
Expand Down

0 comments on commit cb43be2

Please sign in to comment.