From 1dfe37b55a8fe7f4c3e85f5c31f0a087455399bb Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 7 Jun 2017 12:51:48 -0700 Subject: [PATCH] React to downstream upgrades to .NET Standard 2.0 --- build/dependencies.props | 1 + .../Microsoft.AspNetCore.Razor.Runtime.Test.csproj | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build/dependencies.props b/build/dependencies.props index cc7fe197ff..85a2ada19e 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -8,6 +8,7 @@ 10.0.1 4.7.1 $(BundledNETStandardPackageVersion) + 2.0.0-* 2.0.0-* 2.0.0 2.3.0-beta1-61624-03 diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj index ea52a50628..38591dd7f2 100644 --- a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj +++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj @@ -3,7 +3,7 @@ - netcoreapp2.0;net46 + netcoreapp2.0;net461 netcoreapp2.0 $(DefaultItemExcludes);TestFiles\**\* @@ -29,4 +29,8 @@ + + + +