msix: include _TargetFrameworkVersionWithoutV
This commit is contained in:
parent
ae6b000e02
commit
44f4ffa92b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue