File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 <HostArch Condition =" '$(Platform)' == 'Win32'" >x86</HostArch >
1010 <HostArch Condition =" '$(Platform)' == 'AnyCPU'" >x64</HostArch >
1111 <HostArch Condition =" '$(DotNetBuild)' == 'true'" >$(TargetArchitecture)</HostArch >
12- <LibNetHostPath >$(NuGetPackageRoot)microsoft.netcore.app.host.win-$(HostArch)\$(MicrosoftNETCoreAppRefVersion )\runtimes\win-$(HostArch)\native</LibNetHostPath >
12+ <LibNetHostPath >$(NuGetPackageRoot)microsoft.netcore.app.host.win-$(HostArch)\$(BundledNETCoreAppPackageVersion )\runtimes\win-$(HostArch)\native</LibNetHostPath >
1313 <!-- This tools version MUST match the same version as runtime uses to compile libnethost.lib -->
1414 <PlatformToolsetVersion >143</PlatformToolsetVersion >
1515 </PropertyGroup >
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- <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" />
19+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-x64" Version =" [$(BundledNETCoreAppPackageVersion )]" PrivateAssets =" all" ExcludeAssets =" all" />
20+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-x86" Version =" [$(BundledNETCoreAppPackageVersion )]" PrivateAssets =" all" ExcludeAssets =" all" />
21+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-arm64" Version =" [$(BundledNETCoreAppPackageVersion )]" PrivateAssets =" all" ExcludeAssets =" all" />
2222 </ItemGroup >
2323
2424 <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.vcxproj' and '$(DotNetBuild)' == 'true'" >
25- <PackageReference Include =" Microsoft.NETCore.App.Host.win-$(TargetArchitecture)" Version =" [$(MicrosoftNETCoreAppRefVersion )]" PrivateAssets =" all" ExcludeAssets =" all" />
25+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-$(TargetArchitecture)" Version =" [$(BundledNETCoreAppPackageVersion )]" PrivateAssets =" all" ExcludeAssets =" all" />
2626 </ItemGroup >
2727
2828</Project >
You can’t perform that action at this time.
0 commit comments