Skip to content

Commit 357c6e2

Browse files
committed
chore: bump version 9.0.4
1 parent d684d36 commit 357c6e2

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/components/BootstrapBlazor.Sortable/BootstrapBlazor.Sortable.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3-
<PropertyGroup>
4-
<Version>9.0.3</Version>
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4+
<Version>9.0.4</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 Sortable</PackageTags>
913
<Description>Bootstrap UI components extensions of SortableJS</Description>
1014
</PropertyGroup>
1115

12-
<ItemGroup>
16+
<ItemGroup Condition="'$(VisualStudioVersion)' == '17.0'">
1317
<PackageReference Include="BootstrapBlazor" Version="9.9.1" />
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
<ItemGroup>
1725
<Using Include="BootstrapBlazor.Components" />
1826
</ItemGroup>

0 commit comments

Comments
 (0)