File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.DriverJs 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 Condition =" '$(VisualStudioVersion)' == '17.0'" >
4+ <Version >9.0.5</Version >
5+ </PropertyGroup >
6+
7+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '18.0'" >
8+ <Version >10.0.0-rc.2.1.0</Version >
9+ </PropertyGroup >
10+
311 <PropertyGroup >
4- <Version >9.0.3</Version >
512 <RootNamespace >BootstrapBlazor.Components</RootNamespace >
613 </PropertyGroup >
714
1522 <EmbeddedResource Include =" Locales\*.json" />
1623 </ItemGroup >
1724
18- <ItemGroup >
25+ <ItemGroup Condition = " '$(VisualStudioVersion)' == '17.0' " >
1926 <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
2027 </ItemGroup >
2128
29+ <ItemGroup Condition =" '$(VisualStudioVersion)' == '18.0'" >
30+ <PackageReference Include =" BootstrapBlazor" Version =" 10.0.0-rc.2.1.0" />
31+ </ItemGroup >
32+
2233 <ItemGroup >
2334 <Using Include =" Microsoft.AspNetCore.Components" />
2435 <Using Include =" Microsoft.Extensions.Localization" />
You can’t perform that action at this time.
0 commit comments