Skip to content

Commit 7ba3ea7

Browse files
committed
chore: 更新全局配置
1 parent 743b800 commit 7ba3ea7

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Import Project=".\SourceLink.targets" />
77

88
<PropertyGroup>
9-
<Version>9.0.0</Version>
9+
<Version>10.0.0</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<PropertyGroup>
25-
<BBVersion>9.0.0</BBVersion>
25+
<BBVersion>10.0.0</BBVersion>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

src/Frameworks.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<Project>
22

3-
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4-
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
5-
</PropertyGroup>
6-
7-
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
3+
<PropertyGroup>
84
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
95
</PropertyGroup>
106

0 commit comments

Comments
 (0)