Skip to content

Commit f0f86bb

Browse files
authored
feat(Topology): bump version 9.0.2 (#628)
* refactor: 精简代码 * chore: 增加条件版本 * chore: bump version 9.0.2
1 parent fd4b70f commit f0f86bb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/BootstrapBlazor.Topology/BootstrapBlazor.Topology.csproj

Lines changed: 6 additions & 2 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.1</Version>
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4+
<Version>9.0.2</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>

src/components/BootstrapBlazor.Topology/Components/Topology/Topology.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ public partial class Topology
1616
/// </summary>
1717
[Parameter]
1818
[NotNull]
19-
#if NET6_0_OR_GREATER
2019
[EditorRequired]
21-
#endif
2220
public string? Content { get; set; }
2321

2422
/// <summary>

0 commit comments

Comments
 (0)