Skip to content

Commit d2f28ee

Browse files
dependabot[bot]kzu
authored andcommitted
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) 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) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de6be96 commit d2f28ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EventGrid/EventGrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="CliWrap" Version="3.6.6" />
25-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
25+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
2626
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.9" />
2727
<PackageReference Include="NuGetizer" Version="1.2.1" />
2828
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />

src/FunctionApp/FunctionApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
11+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
1212
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
1414
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.SignalRService" Version="1.13.0" />

0 commit comments

Comments
 (0)