From: Anton Lapounov Date: Thu, 18 Mar 2021 01:25:54 +0000 (-0700) Subject: Update Microsoft.DiaSymReader.Native package (#49739) X-Git-Tag: submit/tizen/20210909.063632~2618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7efce05745322d722e3effac4f0859c554ad7ec0;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update Microsoft.DiaSymReader.Native package (#49739) --- diff --git a/eng/Versions.props b/eng/Versions.props index 4c9cddd..48eca3b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -122,7 +122,7 @@ 99.99.99-master-20200806.6 99.99.99-master-20200806.6 - 1.7.0 + 16.9.0-beta1.21055.5 2.0.0-beta1.20253.1 2.0.65 2.2.0 diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index 3de0a50..321b46a 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -56,7 +56,7 @@ true 10.0.19041.1 - 14.12.25830.2 + 14.28.29715.1 @@ -162,6 +162,7 @@ + diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj index 1084bd3..bd96dd7 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj @@ -62,13 +62,19 @@ - <_diaSymArch Condition="'$(_hostArch)' != ''">$(_hostArch) + + <_diaSymArch>$(_hostArch) <_diaSymReaderPath>$(PkgMicrosoft_DiaSymReader_Native)/runtimes/win/native/Microsoft.DiaSymReader.Native.$(_diaSymArch).dll <_diaSymReaderPathIfExists Condition="Exists('$(_diaSymReaderPath)')">$(_diaSymReaderPath) + + + <_diaSymTargetArch>$(TargetArchitecture) + <_diaSymTargetArch Condition="'$(TargetArchitecture)' == 'x64'">amd64 + <_diaSymReaderTargetArchPath>$(PkgMicrosoft_DiaSymReader_Native)/runtimes/win/native/Microsoft.DiaSymReader.Native.$(_diaSymTargetArch).dll - - + + diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj index 4e9c639..39b0228 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj @@ -113,13 +113,19 @@ - <_diaSymArch Condition="'$(_hostArch)' != ''">$(_hostArch) + + <_diaSymArch>$(_hostArch) <_diaSymReaderPath>$(PkgMicrosoft_DiaSymReader_Native)/runtimes/win/native/Microsoft.DiaSymReader.Native.$(_diaSymArch).dll <_diaSymReaderPathIfExists Condition="Exists('$(_diaSymReaderPath)')">$(_diaSymReaderPath) + + + <_diaSymTargetArch>$(TargetArchitecture) + <_diaSymTargetArch Condition="'$(TargetArchitecture)' == 'x64'">amd64 + <_diaSymReaderTargetArchPath>$(PkgMicrosoft_DiaSymReader_Native)/runtimes/win/native/Microsoft.DiaSymReader.Native.$(_diaSymTargetArch).dll - - + +