Skip to content

Commit 29b9412

Browse files
committed
upgrade System.ServiceModel.Primitives to 4.4.0 because it supports netstandard2.0
1 parent 31f19cc commit 29b9412

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.3.0" />
72+
<PackageReference Include="System.ServiceModel.Primitives" Version="4.4.0" />
7373
</ItemGroup>
7474

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

0 commit comments

Comments
 (0)