From d15129110ef4cfccaf2169f4381ab6fb7aec6517 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 24 Aug 2017 13:07:05 -0700 Subject: [PATCH] Ensure .NET Core 1.0.5 is installed --- build/repo.props | 3 ++- .../AspNetCoreModule.TestSites.Standard.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/repo.props b/build/repo.props index 1d5d44d0dd..f38e6b5141 100644 --- a/build/repo.props +++ b/build/repo.props @@ -1,5 +1,6 @@ + @@ -7,4 +8,4 @@ RunConfiguration.TargetPlatform=x64 - \ No newline at end of file + diff --git a/test/AspNetCoreModule.TestSites.Standard/AspNetCoreModule.TestSites.Standard.csproj b/test/AspNetCoreModule.TestSites.Standard/AspNetCoreModule.TestSites.Standard.csproj index 17ff1b6b8d..784d5e618c 100644 --- a/test/AspNetCoreModule.TestSites.Standard/AspNetCoreModule.TestSites.Standard.csproj +++ b/test/AspNetCoreModule.TestSites.Standard/AspNetCoreModule.TestSites.Standard.csproj @@ -1,6 +1,7 @@ netcoreapp1.0 + 1.0.5