Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.codeanalysis.netanalyzers to…
Browse files Browse the repository at this point in the history
… v8.0.0 (#34)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent b1fc305 commit 8dacfe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cuid.net/cuid.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23525.2">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/cuid.net/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"Microsoft.CodeAnalysis.NetAnalyzers": {
"type": "Direct",
"requested": "[8.0.0-preview.23525.2, )",
"resolved": "8.0.0-preview.23525.2",
"contentHash": "eaufmOmIK10n0amc4a6VHbpr6fGZEqydysgVBW5lYyLx9NPFLUNx3VSTDbzgYERuGs8MYggKe4tSSsTgcDhqkg=="
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "DxiTgkCl3CGq1rYmBX2wjY7XGbxiBdL4J+/AJIAFLKy5z70NxhnVRnPghnicXZ8oF6JKVXlW3xwznRbI3ioEKg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
Expand Down

0 comments on commit 8dacfe8

Please sign in to comment.