From fbf2bfec93c132414881da481891009086884355 Mon Sep 17 00:00:00 2001 From: AndriySvyryd Date: Tue, 21 Apr 2020 12:38:25 -0700 Subject: [PATCH] Limit Cosmos functional tests to one TFM --- .../EFCore.Cosmos.FunctionalTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj b/test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj index 5468559ecef..cc8df8d2a58 100644 --- a/test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj +++ b/test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj @@ -1,7 +1,7 @@  - $(StandardTestTfms) + $(DefaultNetCoreTargetFramework) Microsoft.EntityFrameworkCore.Cosmos.FunctionalTests Microsoft.EntityFrameworkCore.Cosmos ..\..\EFCore.ruleset