Skip to content

Commit 2526beb

Browse files
committed
CSHARP-2033: Update dependency on System.Runtime.InteropServices.RuntimeInformation to 4.3.0.
1 parent 4572c63 commit 2526beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
50-
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.0.0" />
50+
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
5151
</ItemGroup>
5252

5353
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'">

0 commit comments

Comments
 (0)