Reacting to KoreBuild changes

This commit is contained in:
Pranav K 2016-03-07 14:57:06 -08:00
parent 3b560d65df
commit 85d6aa2acc
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Localization.FunctionalTests
{
private static readonly string _applicationPath =
#if NET451
Path.GetFullPath(Path.Combine("..", "..", "..", "..", "samples", "LocalizationSample"));
Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "..", "samples", "LocalizationSample"));
#else
Path.GetFullPath(Path.Combine("..", "..", "samples", "LocalizationSample"));
#endif

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Localization.FunctionalTests
{
private static readonly string _applicationPath =
#if NET451
Path.GetFullPath(Path.Combine("..", "..", "..", "LocalizationWebsite"));
Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "LocalizationWebsite"));
#else
Path.GetFullPath(Path.Combine("..", "LocalizationWebsite"));
#endif