We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051ad60 commit 072f7a6Copy full SHA for 072f7a6
src/NetMQ/NetMQ.csproj
@@ -36,12 +36,12 @@
36
37
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
38
<PackageReference Include="System.ServiceModel.Primitives" Version="4.4.0" />
39
- <PackageReference Include="System.ValueTuple" Version="4.4.0" />
+ <PackageReference Include="System.ValueTuple" Version="4.5.0" />
40
</ItemGroup>
41
42
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
43
44
45
46
47
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
0 commit comments