Skip to content

Commit 86bdd82

Browse files
Bump BenchmarkDotNet from 0.12.1 to 0.15.4
--- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe59035 commit 86bdd82

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Directory.Build.Analyzer.props

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<PackageIcon>packageicon.png</PackageIcon>
1616
<PackageIconUrl>https://avatars3.githubusercontent.com/u/39734771</PackageIconUrl>
17-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageProjectUrl>https://github.com/philips-software/roslyn-analyzers</PackageProjectUrl>
2020
<PackageReleaseNotes>See Changelog</PackageReleaseNotes>
@@ -42,14 +42,14 @@
4242
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
4343
</ItemGroup>
4444

45-
<ItemGroup>
46-
<None Include="..\packageicon.png" Pack="true" PackagePath="\" />
47-
<None Include="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="tools" />
48-
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
49-
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).pdb" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
50-
<None Include="$(OutputPath)\netstandard2.0\Philips.CodeAnalysis.Common.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
51-
52-
<None Include="..\README.md" Pack="true" PackagePath="" />
45+
<ItemGroup>
46+
<None Include="..\packageicon.png" Pack="true" PackagePath="\" />
47+
<None Include="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="tools" />
48+
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
49+
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).pdb" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
50+
<None Include="$(OutputPath)\netstandard2.0\Philips.CodeAnalysis.Common.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
51+
52+
<None Include="..\README.md" Pack="true" PackagePath="" />
5353
</ItemGroup>
5454

5555
<ItemGroup>

Philips.CodeAnalysis.Benchmark/Philips.CodeAnalysis.Benchmark.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
12+
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
1313
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" />
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.6.0" />
1515
</ItemGroup>

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)