Skip to content

Commit

Permalink
Update DubUrl.Testing.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddryck authored Jan 22, 2025
1 parent bba9b07 commit 27ac47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DubUrl.Testing/DubUrl.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="System.Data.OleDb" Version="9.0.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Net.IBM.Data.Db2" Version="9.0.0.100" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Net.IBM.Data.Db2" Version="8.0.0.300" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Net.IBM.Data.Db2" Version="9.0.0.100" Condition="'$(TargetFramework)' != 'net8.0'" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 27ac47a

Please sign in to comment.