Skip to content

Commit 31f19cc

Browse files
committed
netstandard2.0 upgrade System.ServiceModel.Primitives to 4.3.0
1 parent 0f15b1a commit 31f19cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetMQ/NetMQ.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</ItemGroup>
7070

7171
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
72-
<PackageReference Include="System.ServiceModel.Primitives" Version="4.1.0" />
72+
<PackageReference Include="System.ServiceModel.Primitives" Version="4.3.0" />
7373
</ItemGroup>
7474

7575
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">

0 commit comments

Comments
 (0)