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 fd4b70f commit f0f86bbCopy full SHA for f0f86bb
2 files changed
src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj
@@ -1,7 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
- <PropertyGroup>
4
- <Version>9.0.1</Version>
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
+ <Version>9.0.2</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>
src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs
@@ -16,9 +16,7 @@ public partial class Topology
16
/// </summary>
17
[Parameter]
18
[NotNull]
19
-#if NET6_0_OR_GREATER
20
[EditorRequired]
21
-#endif
22
public string? Content { get; set; }
23
24
/// <summary>
0 commit comments