File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Microsoft.Toolkit.Uwp.Notifications Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44
44
<PropertyGroup Condition =" '$(TargetFramework)' == 'native'" >
45
45
<OutputType >winmdobj</OutputType >
46
46
<TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
47
- <NugetTargetMoniker >UAP,Version=v10.0</NugetTargetMoniker >
47
+ <!-- Workaround for issue NuGet/Home#8388; change behavior during NuGet restore time vs. final build to avoid NuGet conflict in VS 2019 -->
48
+ <NugetTargetMoniker Condition =" '$(DesignTimeBuild)' == 'true'" >native</NugetTargetMoniker >
49
+ <NugetTargetMoniker Condition =" '$(DesignTimeBuild)' != 'true'" >UAP,Version=v10.0</NugetTargetMoniker >
48
50
<PackageTargetFallback >uap10.0</PackageTargetFallback >
49
51
<TargetPlatformVersion Condition =" '$(TargetPlatformVersion)' == '' " >10.0.17763.0</TargetPlatformVersion >
50
52
<TargetPlatformMinVersion Condition =" '$(TargetPlatformMinVersion)' == '' " >10.0.10240.0</TargetPlatformMinVersion >
You can’t perform that action at this time.
0 commit comments