File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 <!-- Platform is different during restore than during build. Therefore, restore everything when not building the product. -->
1818 <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.vcxproj' and '$(DotNetBuild)' != 'true'" >
19- <PackageDownload Include =" Microsoft.NETCore.App.Host.win-x64" Version =" [$(MicrosoftNETCoreAppRefVersion)]" />
20- <PackageDownload Include =" Microsoft.NETCore.App.Host.win-x86" Version =" [$(MicrosoftNETCoreAppRefVersion)]" />
21- <PackageDownload Include =" Microsoft.NETCore.App.Host.win-arm64" Version =" [$(MicrosoftNETCoreAppRefVersion)]" />
19+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-x64" Version =" [$(MicrosoftNETCoreAppRefVersion)]" PrivateAssets = " all " ExcludeAssets = " all " />
20+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-x86" Version =" [$(MicrosoftNETCoreAppRefVersion)]" PrivateAssets = " all " ExcludeAssets = " all " />
21+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-arm64" Version =" [$(MicrosoftNETCoreAppRefVersion)]" PrivateAssets = " all " ExcludeAssets = " all " />
2222 </ItemGroup >
2323
2424 <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.vcxproj' and '$(DotNetBuild)' == 'true'" >
25- <PackageDownload Include =" Microsoft.NETCore.App.Host.win-$(TargetArchitecture)" Version =" [$(MicrosoftNETCoreAppRefVersion)]" />
25+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-$(TargetArchitecture)" Version =" [$(MicrosoftNETCoreAppRefVersion)]" PrivateAssets = " all " ExcludeAssets = " all " />
2626 </ItemGroup >
2727
2828</Project >
You can’t perform that action at this time.
0 commit comments