-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat(TargetFramework): bump vesion 10.0.0 #673
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
743b800
7ba3ea7
e56a27e
20deefe
3d8e099
a3858be
51d8caa
988f00a
b4bfa3a
9ceae94
e392cd1
b9c741a
a32761c
ba0c055
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 | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,9 +1,5 @@ | ||||||||
| <Project Sdk="Microsoft.NET.Sdk.Razor"> | ||||||||
|
|
||||||||
| <PropertyGroup> | ||||||||
| <Version>9.0.0</Version> | ||||||||
| </PropertyGroup> | ||||||||
|
|
||||||||
| <PropertyGroup> | ||||||||
| <PackageTags>Bootstrap Blazor Baidu WebAssembly wasm Speech Components</PackageTags> | ||||||||
| <Description>Bootstrap UI components extensions of Baidu Speech</Description> | ||||||||
|
|
@@ -13,7 +9,6 @@ | |||||||
| <ItemGroup> | ||||||||
| <PackageReference Include="Baidu.AI" Version="4.15.16" /> | ||||||||
| <PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" /> | ||||||||
|
||||||||
| <PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" /> | |
| <PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" /> | |
| <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
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 BBVersion is set to '9.' but the overall Version has been updated to '10.0.0'. This creates an inconsistency where projects reference BootstrapBlazor version 9.x while the solution is being updated to version 10.0.0. This should likely be '10.' or '10.0.0' to match the version bump.