From 4ceddc26911cb88b84295457981022c30f43b991 Mon Sep 17 00:00:00 2001 From: Lee Dumond Date: Sun, 7 Apr 2019 15:43:39 -0500 Subject: [PATCH] fix missing reference that was causing Catalog Functional Tests to fail -- see https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-2.2#test-app-prerequisites --- .../Catalog.FunctionalTests/Catalog.FunctionalTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj index 07e9e2991..dc662361e 100644 --- a/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj +++ b/src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj @@ -35,6 +35,7 @@ + all