From 2dfe427c33a1ee5c2c4ee730b4fbf12e8d6be0f2 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 21 Nov 2018 12:14:50 -0800 Subject: [PATCH] Fix RepositoryUrl --- src/ServerTests/Directory.Build.props | 2 +- src/Session/Directory.Build.props | 2 +- src/StaticFiles/Directory.Build.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ServerTests/Directory.Build.props b/src/ServerTests/Directory.Build.props index fc93574bae..cefef093b1 100644 --- a/src/ServerTests/Directory.Build.props +++ b/src/ServerTests/Directory.Build.props @@ -9,7 +9,7 @@ Microsoft ASP.NET Core - https://github.com/aspnet/servertests + https://github.com/aspnet/AspNetCore git $(MSBuildThisFileDirectory) true diff --git a/src/Session/Directory.Build.props b/src/Session/Directory.Build.props index 48f12702ba..cd0187875b 100644 --- a/src/Session/Directory.Build.props +++ b/src/Session/Directory.Build.props @@ -9,7 +9,7 @@ Microsoft ASP.NET Core - https://github.com/aspnet/Session + https://github.com/aspnet/AspNetCore git $(MSBuildThisFileDirectory) $(MSBuildThisFileDirectory)build\Key.snk diff --git a/src/StaticFiles/Directory.Build.props b/src/StaticFiles/Directory.Build.props index c46c5e323b..cd0187875b 100644 --- a/src/StaticFiles/Directory.Build.props +++ b/src/StaticFiles/Directory.Build.props @@ -9,7 +9,7 @@ Microsoft ASP.NET Core - https://github.com/aspnet/StaticFiles + https://github.com/aspnet/AspNetCore git $(MSBuildThisFileDirectory) $(MSBuildThisFileDirectory)build\Key.snk