Skip to content

Commit

Permalink
Improve version range
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Nov 27, 2020
1 parent 00a5650 commit 5be1bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup Label="Test Dependencies">
<PackageReference Update="Funcky.Xunit" Version="0.1.3" />
<PackageReference Update="Microsoft.EntityFrameworkCore.InMemory" Version="$(EntityFrameworkCoreVersion)" />
<PackageReference Update="Microsoft.EntityFrameworkCore.InMemory" Version="[3.1.0, 4)" Condition="'$(EntityFrameworkCoreVersion)' == '' Or '$(EntityFrameworkCoreVersion)' == 'lowestSupported'" />
<PackageReference Update="Microsoft.EntityFrameworkCore.InMemory" Version="[3.1.0, 6)" Condition="'$(EntityFrameworkCoreVersion)' == '' Or '$(EntityFrameworkCoreVersion)' == 'lowestSupported'" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Update="xunit" Version="2.4.0" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.0" />
Expand Down

0 comments on commit 5be1bda

Please sign in to comment.