Skip to content

Commit

Permalink
Limit Cosmos functional tests to one TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Apr 21, 2020
1 parent f7e2cd1 commit fbf2bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
<TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks>
<AssemblyName>Microsoft.EntityFrameworkCore.Cosmos.FunctionalTests</AssemblyName>
<RootNamespace>Microsoft.EntityFrameworkCore.Cosmos</RootNamespace>
<CodeAnalysisRuleSet>..\..\EFCore.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit fbf2bfe

Please sign in to comment.