From 7357c170251c805df4ca56ba86ae524e4c4a2227 Mon Sep 17 00:00:00 2001 From: Patrick Lioi Date: Thu, 17 Sep 2020 15:03:18 -0500 Subject: [PATCH] Enable old style test projects to run successfully in VS2019 by providing explicitly the binding redirects intended to be automated by package Microsoft.NET.Test.Sdk. See: https://github.com/moq/moq4/issues/566#issuecomment-355222021 https://github.com/dotnet/standard/issues/481 --- .../EdFi.Ods.AdminApp.Management.Tests.csproj | 4 ++++ .../EdFi.Ods.AdminApp.Web.Tests.csproj | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Application/EdFi.Ods.AdminApp.Management.Tests/EdFi.Ods.AdminApp.Management.Tests.csproj b/Application/EdFi.Ods.AdminApp.Management.Tests/EdFi.Ods.AdminApp.Management.Tests.csproj index f377f123f..8ea647172 100644 --- a/Application/EdFi.Ods.AdminApp.Management.Tests/EdFi.Ods.AdminApp.Management.Tests.csproj +++ b/Application/EdFi.Ods.AdminApp.Management.Tests/EdFi.Ods.AdminApp.Management.Tests.csproj @@ -56,6 +56,10 @@ prompt MinimumRecommendedRules.ruleset + + true + true + ..\packages\AutoMapper.5.1.1\lib\net45\AutoMapper.dll diff --git a/Application/EdFi.Ods.AdminApp.Web.Tests/EdFi.Ods.AdminApp.Web.Tests.csproj b/Application/EdFi.Ods.AdminApp.Web.Tests/EdFi.Ods.AdminApp.Web.Tests.csproj index 79c5cea58..8ec832edc 100644 --- a/Application/EdFi.Ods.AdminApp.Web.Tests/EdFi.Ods.AdminApp.Web.Tests.csproj +++ b/Application/EdFi.Ods.AdminApp.Web.Tests/EdFi.Ods.AdminApp.Web.Tests.csproj @@ -54,6 +54,10 @@ prompt MinimumRecommendedRules.ruleset + + true + true + ..\packages\AutoMapper.5.1.1\lib\net45\AutoMapper.dll