File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.OctIcon
test/UnitTestSvgIcon/OctIcon 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.6</Version >
3+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '17.0'" >
4+ <Version >9.0.7</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 >
812 <PackageTags >Bootstrap Blazor WebAssembly wasm UI Components Icon</PackageTags >
913 <Description >Bootstrap UI components extensions of OctIcon</Description >
1014 </PropertyGroup >
1115
12- <ItemGroup >
16+ <ItemGroup Condition = " '$(VisualStudioVersion)' == '17.0' " >
1317 <PackageReference Include =" BootstrapBlazor" Version =" $(BBVersion)" />
1418 </ItemGroup >
1519
20+ <ItemGroup Condition =" '$(VisualStudioVersion)' == '18.0'" >
21+ <PackageReference Include =" BootstrapBlazor" Version =" 10.0.0-rc.2.1.0" />
22+ </ItemGroup >
23+
1624</Project >
You can’t perform that action at this time.
0 commit comments