From 0138a9be1dada2c65d52ca8f2953d31db7b16627 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 12 May 2020 14:27:57 -0500 Subject: [PATCH] Fix Microsoft.Extensions.DependencyModel AssemblyVersionInPackageVersion --- src/libraries/pkg/baseline/packageIndex.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libraries/pkg/baseline/packageIndex.json b/src/libraries/pkg/baseline/packageIndex.json index bf8e67b2526452..d3fffa85b3feb7 100644 --- a/src/libraries/pkg/baseline/packageIndex.json +++ b/src/libraries/pkg/baseline/packageIndex.json @@ -549,7 +549,8 @@ "BaselineVersion": "5.0.0", "InboxOn": {}, "AssemblyVersionInPackageVersion": { - "3.1.4.0": "5.0.0", + "3.1.3.0": "3.1.3", + "3.1.4.0": "3.1.4", "5.0.0.0": "5.0.0" } },