-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.11 to 10.0.0 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |||||
|
|
||||||
| <ItemGroup> | ||||||
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" /> | ||||||
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" /> | ||||||
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all" /> | ||||||
|
||||||
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all" /> | |
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DevServer package is being updated to version 10.0.0 while the main
Microsoft.AspNetCore.Components.WebAssemblypackage remains at version 8.0.11. This version mismatch could cause compatibility issues. Both packages should typically be kept in sync at the same major version. Consider updating both packages to the same version (either both to 8.x or both to a compatible 9.x/10.x version if the target framework supports it).