Skip to content

Commit ddbfa8d

Browse files
committed
refactor: 增加多版本号配置
1 parent d983520 commit ddbfa8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3-
<PropertyGroup>
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
44
<Version>9.11.5-beta01</Version>
55
</PropertyGroup>
66

7+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8+
<Version>10.0.0-rc.2.1.0</Version>
9+
</PropertyGroup>
10+
711
<ItemGroup>
812
<Content Remove="Locales\*.json" />
913
<EmbeddedResource Include="Locales\*.json" />

0 commit comments

Comments
 (0)