Skip to content

Commit

Permalink
Ensure TPMV is set for Win8.x
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
Oren Novotny committed Sep 7, 2018
1 parent 59264b7 commit 2b8299c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/MSBuild.Sdk.Extras/Build/Platforms/Windows.targets
Expand Up @@ -12,6 +12,7 @@

<PropertyGroup Condition="'$(TargetFramework)' == 'win' OR '$(TargetFramework)' == 'win8' OR '$(TargetFramework)' == 'win80'">
<TargetPlatformVersion>8.0</TargetPlatformVersion>
<TargetPlatformMinVersion>8.0</TargetPlatformMinVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<NugetTargetMoniker>Windows,Version=v8.0</NugetTargetMoniker>
Expand All @@ -22,6 +23,7 @@

<PropertyGroup Condition="'$(TargetFramework)' == 'win81'">
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<TargetPlatformMinVersion>8.1</TargetPlatformMinVersion>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<NugetTargetMoniker>Windows,Version=v8.1</NugetTargetMoniker>
Expand All @@ -32,6 +34,7 @@

<PropertyGroup Condition="'$(TargetFramework)' == 'wpa' OR '$(TargetFramework)' == 'wpa81'">
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<TargetPlatformMinVersion>8.1</TargetPlatformMinVersion>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>

Expand Down

0 comments on commit 2b8299c

Please sign in to comment.