Skip to content

Commit 712b875

Browse files
committed
chore: bump version 9.0.5
1 parent caf77a5 commit 712b875

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

src/components/BootstrapBlazor.DriverJs/BootstrapBlazor.DriverJs.csproj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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

@@ -15,10 +22,14 @@
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" />

0 commit comments

Comments
 (0)