File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 55 <KestrelSharedSourceRoot >$(MSBuildThisFileDirectory)..\Kestrel\shared\</KestrelSharedSourceRoot >
66
77 <EnableManagedPackageReferenceSupport >true</EnableManagedPackageReferenceSupport >
8- <HostArch >$(Platform)</HostArch >
9- <HostArch Condition =" '$(Platform)' == 'Win32'" >x86</HostArch >
10- <HostArch Condition =" '$(Platform)' == 'AnyCPU'" >x64</HostArch >
11- <LibNetHostPath >$(NuGetPackageRoot)microsoft.netcore.app.host.win-$(HostArch)\$(MicrosoftNETCoreAppRefVersion)\runtimes\win-$(HostArch)\native</LibNetHostPath >
8+ <LibNetHostPath >$(NuGetPackageRoot)microsoft.netcore.app.host.win-$(TargetArchitecture)\$(MicrosoftNETCoreAppRefVersion)\runtimes\win-$(TargetArchitecture)\native</LibNetHostPath >
129 <!-- This tools version MUST match the same version as runtime uses to compile libnethost.lib -->
1310 <PlatformToolsetVersion >143</PlatformToolsetVersion >
1411 </PropertyGroup >
1512
1613 <ItemGroup Condition =" '$(MSBuildProjectExtension)' == '.vcxproj'" >
17- <PackageReference Include =" Microsoft.NETCore.App.Host.win-$(HostArch )" Version =" $(MicrosoftNETCoreAppRefVersion)" PrivateAssets =" all" ExcludeAssets =" all" />
14+ <PackageReference Include =" Microsoft.NETCore.App.Host.win-$(TargetArchitecture )" Version =" $(MicrosoftNETCoreAppRefVersion)" PrivateAssets =" all" ExcludeAssets =" all" />
1815 </ItemGroup >
1916
2017</Project >
You can’t perform that action at this time.
0 commit comments