Skip to content

Commit 85cd38b

Browse files
committed
Update dependencies to 4.3.0.
This makes the required versions consistent across all target frameworks. Updating System.Runtime.InteropServices.RuntimeInformation to 4.3.0 was necessary for `dotnet xunit`. It may help fix PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#377
1 parent b7a6cb2 commit 85cd38b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net46' ">
24-
<PackageReference Include="System.Buffers" Version="4.0.0" />
25-
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.0.0" />
26-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.0.0" />
24+
<PackageReference Include="System.Buffers" Version="4.3.0" />
25+
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
26+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.3.0" />
2727
<Reference Include="System.Data" />
2828
<Reference Include="System.Transactions" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)