Skip to content

Commit 3b7489a

Browse files
committed
chore: 更新版本号
1 parent 5f9cabf commit 3b7489a

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

src/components/BootstrapBlazor.Region/BootstrapBlazor.Region.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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>
@@ -17,9 +21,12 @@
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>

0 commit comments

Comments
 (0)