We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c84c2 commit 5b53c2bCopy full SHA for 5b53c2b
1 file changed
src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj
@@ -1,9 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
- <PropertyGroup>
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4
<Version>9.0.1</Version>
5
</PropertyGroup>
6
7
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8
+ <Version>10.0.0-rc.2.1.0</Version>
9
+ </PropertyGroup>
10
+
11
<PropertyGroup>
12
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Topology FlowChart</PackageTags>
13
<Description>Bootstrap UI components extensions of FlowChart</Description>
0 commit comments