Skip to content

Commit 3755bdc

Browse files
Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
--- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.201 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92d401c commit 3755bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.Analyzer.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PackageReference>
4040
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" PrivateAssets="all" />
4141
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
42-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
42+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="all" />
4343
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.34.2" PrivateAssets="all" ExcludeAssets="build" />
4444
</ItemGroup>
4545

Philips.CodeAnalysis.SecurityAnalyzers/Philips.CodeAnalysis.SecurityAnalyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<Description>Roslyn Diagnostic Analyzers for potential security findings</Description>
1111
<PackageTags>CSharp Security Roslyn CodeAnalysis analyzers Philips</PackageTags>
1212
</PropertyGroup>
13-
</Project>
13+
</Project>

0 commit comments

Comments
 (0)