From 417cba2d50750efc4ecba55b5fb4b78277f6188f Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 15 Aug 2019 08:48:06 -0700 Subject: [PATCH] Microsoft.AspNetCore.App =>Ref in the platform manifest (#13129) --- src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj | 2 +- src/Framework/test/TargetingPackTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj index d483371a18..9b6fe29f6f 100644 --- a/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -228,7 +228,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant 0) { Assert.True(Version.TryParse(parts[2], out _), "Assembly version must be convertable to System.Version");