-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.507 to 1.2.0-beta.556. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Changelog](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/KnownChanges.md) - [Commits](DotNetAnalyzers/StyleCopAnalyzers@1.2.0-beta.507...1.2.0-beta.556) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
92186d0
commit 5bf90fc
Showing
2 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
66 changes: 33 additions & 33 deletions
66
FluentRandomPicker.Benchmarks/FluentRandomPicker.Benchmarks.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>Exe</OutputType> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace> | ||
<Description>A benchmarks project for FluentRandomPicker</Description> | ||
<SynchReleaseVersion>true</SynchReleaseVersion> | ||
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! --> | ||
<LibraryVersion>$(ReleaseVersion)</LibraryVersion> | ||
<VersionPrefix>$(ReleaseVersion)</VersionPrefix> | ||
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion> | ||
<FileVersion>$(ReleaseVersion)</FileVersion> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
|
||
<!-- XML comment analysis is disabled due to project configuration --> | ||
<NoWarn>SA0001</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>Exe</OutputType> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace> | ||
<Description>A benchmarks project for FluentRandomPicker</Description> | ||
<SynchReleaseVersion>true</SynchReleaseVersion> | ||
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! --> | ||
<LibraryVersion>$(ReleaseVersion)</LibraryVersion> | ||
<VersionPrefix>$(ReleaseVersion)</VersionPrefix> | ||
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion> | ||
<FileVersion>$(ReleaseVersion)</FileVersion> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
|
||
<!-- XML comment analysis is disabled due to project configuration --> | ||
<NoWarn>SA0001</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters