File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
32
32
<DefineConstants >$(DefineConstants);IS_CORECLR</DefineConstants >
33
33
</PropertyGroup >
34
34
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
35
- <PackageReference Include =" System.Dynamic.Runtime" Version =" 4.0.11 " />
36
- <PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.2.0 " />
37
- <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.1.0 " />
35
+ <PackageReference Include =" System.Dynamic.Runtime" Version =" 4.3.0 " />
36
+ <PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.3.1 " />
37
+ <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1 " />
38
38
</ItemGroup >
39
39
</Project >
Original file line number Diff line number Diff line change 20
20
</ItemGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" coverlet.msbuild" Version =" 2.3 .1" />
24
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0 " />
25
- <PackageReference Include =" xunit" Version =" 2.3 .1" />
23
+ <PackageReference Include =" coverlet.msbuild" Version =" 2.8 .1" />
24
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1 " />
25
+ <PackageReference Include =" xunit" Version =" 2.4 .1" />
26
26
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
27
27
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
28
28
</ItemGroup >
You can’t perform that action at this time.
0 commit comments