Skip to content

Commit 806cb71

Browse files
authored
Merge pull request #322 from linked-data-dotnet/dependabot/nuget/main/microsoft-a1cc70f590
Bump the microsoft group with 3 updates
2 parents 2f7cc43 + 7d60237 commit 806cb71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/json-ld.net/json-ld.net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>JSON-LD processor for .NET
44

@@ -23,7 +23,7 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

test/json-ld.net.tests/json-ld.net.tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="coverlet.msbuild" Version="6.0.4" />
25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2626
<PackageReference Include="xunit" Version="2.9.3" />
2727
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
2828
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />

0 commit comments

Comments
 (0)