We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e53ba9b + 7b64799 commit 19de9b3Copy full SHA for 19de9b3
Directory.Packages.props
@@ -21,7 +21,7 @@
21
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.3" />
22
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
23
</ItemGroup>
24
- <ItemGroup Condition=" '$(AssemblyName)' == 'MartinCostello.SqlLocalDb' and '$(TargetFramework)' != 'net5.0' ">
+ <ItemGroup Condition=" '$(AssemblyName)' == 'MartinCostello.SqlLocalDb' and '$(TargetFramework)' != 'net6.0' ">
25
<PackageVersion Include="Microsoft.Data.SqlClient" Version="1.0.19249.1" />
26
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" />
27
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
0 commit comments