msix: include _TargetFrameworkVersionWithoutV

This commit is contained in:
Nick Vella 2019-08-28 19:27:34 +10:00
parent ae6b000e02
commit 44f4ffa92b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<PropertyGroup>
<Project>Writer</Project>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<_TargetFrameworkVersionWithoutV>$(TargetFrameworkVersion.TrimStart('vV'))</_TargetFrameworkVersionWithoutV>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<SrcManagedRoot>$(RepoRoot)\src\managed</SrcManagedRoot>
<SolutionDir Condition="'$(SolutionDir)'==''">$(SrcManagedRoot)</SolutionDir>