Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#32)
Browse files Browse the repository at this point in the history
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 15, 2023
1 parent 54e8d40 commit d754632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.0",
"version": "8.0.100",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down
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.23472.1">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23525.2">
<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.23472.1, )",
"resolved": "8.0.0-preview.23472.1",
"contentHash": "P3pfIHmiAoXpy8N1iEJ/6aO5o5HvjtR1KR8Q8Cex/ZsKfn0L+CWkg6pCkVsrsVdKWUFtT/DePenc7gIJ0vaXfQ=="
"requested": "[8.0.0-preview.23525.2, )",
"resolved": "8.0.0-preview.23525.2",
"contentHash": "eaufmOmIK10n0amc4a6VHbpr6fGZEqydysgVBW5lYyLx9NPFLUNx3VSTDbzgYERuGs8MYggKe4tSSsTgcDhqkg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
Expand Down

0 comments on commit d754632

Please sign in to comment.