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 733c03c commit 4d013c0Copy full SHA for 4d013c0
1 file changed
src/Frameworks.props
@@ -1,6 +1,10 @@
1
<Project>
2
3
- <PropertyGroup>
+ <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'">
8
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
9
</PropertyGroup>
10
0 commit comments