From 277e1b4702ede56d3bc9cfeeb50445e371dc587b Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 10 Aug 2018 20:35:28 -0700 Subject: [PATCH] Install ASP.NET Core runtime (#1291) This will make sure the build script includes the ASP.NET Core runtime when running on local .NET. The effect of this is that our test projects and apps will 'roll forward' unto the newest runtime without us hardcoding it. We can't yet rely on 2.1.3 - but we can just bump up a version number when it's available. --- build/dependencies.props | 3 +++ build/repo.props | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/build/dependencies.props b/build/dependencies.props index 526b8ea6ac..d14568ba6e 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,9 +4,12 @@ 2.1.0 + 2.1.2 0.10.13 2.1.3-rtm-15811 2.2.0-preview1-34576 + 2.0.9 + 2.1.2 1.0.0 0.6.0-preview1-20180807.1 2.1.0 diff --git a/build/repo.props b/build/repo.props index cda820266e..3c89ea5d60 100644 --- a/build/repo.props +++ b/build/repo.props @@ -33,4 +33,9 @@ + + + + +