File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 393
393
<Uri >https://github.com/dotnet/core-setup</Uri >
394
394
<Sha >7d57652f33493fa022125b7f63aad0d70c52d810</Sha >
395
395
</Dependency >
396
+ <Dependency Name =" Microsoft.NETCore.App.Internal" Version =" 3.1.1-servicing.19576.9" CoherentParentDependency =" Microsoft.Extensions.Logging" >
397
+ <Uri >https://github.com/dotnet/core-setup</Uri >
398
+ <Sha >f3f2dd583fffa254015fc21ff0e45784b333256d</Sha >
399
+ </Dependency >
396
400
<!-- Keep these dependencies at the bottom of ProductDependencies, else they will be picked as the parent for CoherentParentDependencies -->
397
401
<Dependency Name =" Microsoft.NETCore.App.Ref" Version =" 3.1.0" Pinned =" true" >
398
402
<Uri >https://github.com/dotnet/core-setup</Uri >
Original file line number Diff line number Diff line change 70
70
<MicrosoftNetCompilersToolsetPackageVersion >3.4.0-beta4-19569-03</MicrosoftNetCompilersToolsetPackageVersion >
71
71
<!-- Packages from dotnet/core-setup -->
72
72
<MicrosoftExtensionsDependencyModelPackageVersion >3.1.1-servicing.19576.9</MicrosoftExtensionsDependencyModelPackageVersion >
73
+ <MicrosoftNETCoreAppInternalPackageVersion >3.1.1-servicing.19576.9</MicrosoftNETCoreAppInternalPackageVersion >
73
74
<MicrosoftNETCoreAppRefPackageVersion >3.1.0</MicrosoftNETCoreAppRefPackageVersion >
74
75
<MicrosoftNETCoreAppRuntimewinx64PackageVersion >3.1.1-servicing.19576.9</MicrosoftNETCoreAppRuntimewinx64PackageVersion >
75
76
<NETStandardLibraryRefPackageVersion >2.1.0</NETStandardLibraryRefPackageVersion >
Original file line number Diff line number Diff line change 26
26
</PropertyGroup >
27
27
28
28
<ItemGroup >
29
- <RemoteAsset Include =" $(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppRuntimeVersion )/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe$(DotNetAssetRootAccessTokenSuffix)" >
29
+ <RemoteAsset Include =" $(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppInternalPackageVersion )/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe$(DotNetAssetRootAccessTokenSuffix)" >
30
30
<TargetFileName >dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x64.exe</TargetFileName >
31
31
</RemoteAsset >
32
- <RemoteAsset Include =" $(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppRuntimeVersion )/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe$(DotNetAssetRootAccessTokenSuffix)" >
32
+ <RemoteAsset Include =" $(DotNetAssetRootUrl)Runtime/$(MicrosoftNETCoreAppInternalPackageVersion )/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe$(DotNetAssetRootAccessTokenSuffix)" >
33
33
<TargetFileName >dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-win-x86.exe</TargetFileName >
34
34
</RemoteAsset >
35
35
</ItemGroup >
You can’t perform that action at this time.
0 commit comments