Skip to content

Commit 19de9b3

Browse files
Merge pull request #502 from martincostello/fix-condition
Fix incorrect TFM condition
2 parents e53ba9b + 7b64799 commit 19de9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.3" />
2222
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
2323
</ItemGroup>
24-
<ItemGroup Condition=" '$(AssemblyName)' == 'MartinCostello.SqlLocalDb' and '$(TargetFramework)' != 'net5.0' ">
24+
<ItemGroup Condition=" '$(AssemblyName)' == 'MartinCostello.SqlLocalDb' and '$(TargetFramework)' != 'net6.0' ">
2525
<PackageVersion Include="Microsoft.Data.SqlClient" Version="1.0.19249.1" />
2626
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" />
2727
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />

0 commit comments

Comments
 (0)