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 c74a9d9 commit 967a628Copy full SHA for 967a628
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)' == '' ">$(WindowsSDKVersion)</TargetPlatformVersion>
+ <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">$(WindowsSDKVersion.TrimEnd('\'))</TargetPlatformVersion>
15
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
16
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17
<FileAlignment>512</FileAlignment>
0 commit comments