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 03863c6 commit 738318fCopy full SHA for 738318f
Version.props
@@ -1,11 +1,11 @@
1
<Project>
2
3
- <PropertyGroup Condition="$(VisualStudioVersion) == 17.0">
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4
<RunTargetFramework>net9.0</RunTargetFramework>
5
<RunTargetFrameworks>net6.0;net7.0;net8.0;net9.0</RunTargetFrameworks>
6
</PropertyGroup>
7
8
- <PropertyGroup Condition="$(VisualStudioVersion) == 18.0">
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
9
<RunTargetFramework>net10.0</RunTargetFramework>
10
<RunTargetFrameworks>net6.0;net7.0;net8.0;net9.0;net10.0</RunTargetFrameworks>
11
0 commit comments