Skip to content

Commit 7d60237

Browse files
Bump the microsoft group with 3 updates
Bumps the microsoft group with 3 updates: [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink), [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.SourceLink.GitHub` from 1.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](dotnet/sourcelink@1.1.1...8.0.0) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f7cc43 commit 7d60237

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)