Skip to content

Commit 4d013c0

Browse files
committed
chore: 更新项目依赖配置
1 parent 733c03c commit 4d013c0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Frameworks.props

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

3-
<PropertyGroup>
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'">
48
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
59
</PropertyGroup>
610

0 commit comments

Comments
 (0)