File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.Region Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
3- <PropertyGroup >
4- <Version >9.0.7</Version >
3+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '17.0'" >
4+ <Version >9.0.8-beta01</Version >
5+ </PropertyGroup >
6+
7+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '18.0'" >
8+ <Version >10.0.0-rc.2.1.0</Version >
59 </PropertyGroup >
610
711 <PropertyGroup >
1721 <EmbeddedResource Include =" Data\**\*.json" />
1822 </ItemGroup >
1923
20- <ItemGroup >
21- <PackageReference Include =" BootstrapBlazor" Version =" 9.11.0" />
22- <PackageReference Include =" BootstrapBlazor.Pinyin" Version =" 9.0.0" />
24+ <ItemGroup Condition =" '$(VisualStudioVersion)' == '17.0'" >
25+ <PackageReference Include =" BootstrapBlazor" Version =" 9.11.5-beta01" />
26+ </ItemGroup >
27+
28+ <ItemGroup Condition =" '$(VisualStudioVersion)' == '18.0'" >
29+ <PackageReference Include =" BootstrapBlazor" Version =" 10.0.0-rc.2.1.0" />
2330 </ItemGroup >
2431
2532 <ItemGroup >
You can’t perform that action at this time.
0 commit comments