Copy Microsoft.WindowsAppRuntime.Bootstrap.dll from portable RID folder (#4441)
With this PR: remove conditional support for < NET 8 and get rid of assets under Wi… · microsoft/WindowsAppSDK@8b6c0f8 (github.com) , Microsoft.WindowsAppRuntime.Bootstrap.dll is no longer being copied to the nonportable RID runtime folder (win10-arch)
This commit is contained in:
Родитель
decb75d1a5
Коммит
d5cbc6d3ef
|
@ -32,7 +32,7 @@
|
|||
|
||||
<Target Name="CopyMicrosoftWindowsAppRuntimeBootstrapdllToOutDir" Condition="'$(AppxPackage)' != 'true'" AfterTargets="Build">
|
||||
<Copy
|
||||
SourceFiles="$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll"
|
||||
SourceFiles="$(MSBuildThisFileDirectory)..\..\runtimes\win-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll"
|
||||
DestinationFolder="$(OutDir)"/>
|
||||
</Target>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче