Skip to content

Commit 5b53c2b

Browse files
committed
chore: 增加条件版本
1 parent d8c84c2 commit 5b53c2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.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.0.1</Version>
55
</PropertyGroup>
66

7+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8+
<Version>10.0.0-rc.2.1.0</Version>
9+
</PropertyGroup>
10+
711
<PropertyGroup>
812
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Topology FlowChart</PackageTags>
913
<Description>Bootstrap UI components extensions of FlowChart</Description>

0 commit comments

Comments
 (0)