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 34fba98 commit ebace4aCopy full SHA for ebace4a
test/nuget/TestRuntimeComponentCSharp/TestRuntimeComponentCSharp.csproj
@@ -11,7 +11,7 @@
11
<AssemblyName>TestRuntimeComponentCSharp</AssemblyName>
12
<DefaultLanguage>en-US</DefaultLanguage>
13
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14
- <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
+ <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">$(WindowsSDKVersion.TrimEnd('\'))</TargetPlatformVersion>
15
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
16
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17
<FileAlignment>512</FileAlignment>
@@ -93,4 +93,4 @@
93
<Target Name="AfterBuild">
94
</Target>
95
-->
96
-</Project>
+</Project>
0 commit comments