We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84cbf32 + 137d194 commit 89df40cCopy full SHA for 89df40c
src/json-ld.net/json-ld.net.csproj
@@ -32,7 +32,7 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
32
<DefineConstants>$(DefineConstants);IS_CORECLR</DefineConstants>
33
</PropertyGroup>
34
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
35
- <PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
+ <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
36
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.2.0" />
37
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
38
</ItemGroup>
0 commit comments