Skip to content

Commit

Permalink
Update dotnet monorepo to v8 (major) (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent ac690ed commit 9d97f73
Show file tree
Hide file tree
Showing 72 changed files with 1,289 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion 1_Essentials/11_Groups/Scaffold.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
</ItemGroup>
</Project>
90 changes: 43 additions & 47 deletions 1_Essentials/11_Groups/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 1_Essentials/11_Groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"webpack-cli": "4.9.1"
},
"dependencies": {
"@microsoft/signalr": "^6.0.0"
"@microsoft/signalr": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion 1_Essentials/12_MessageSizes/Scaffold.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
</ItemGroup>
</Project>
Loading

0 comments on commit 9d97f73

Please sign in to comment.