File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Framework/App.Runtime/src
Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
558558 -->
559559 <Target Name =" _DownloadAndExtractDotNetRuntime" >
560560 <ItemGroup >
561- <UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)/ $(DotNetRuntimeDownloadPath)')" />
561+ <UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)$(DotNetRuntimeDownloadPath)')" />
562562 </ItemGroup >
563563
564564 <DownloadFile Condition =" !Exists('$(DotNetRuntimeArchive)') "
Original file line number Diff line number Diff line change 8383 -->
8484 <ItemGroup >
8585 <UrisToDownload Remove =" @(UrisToDownload)" />
86- <UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)/ Runtime/%(RemoteAsset.Identity)')" />
86+ <UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)Runtime/%(RemoteAsset.Identity)')" />
8787 </ItemGroup >
8888
8989 <DownloadFile Condition =" ! Exists('$(DepsPath)%(RemoteAsset.TargetFilename)') "
You can’t perform that action at this time.
0 commit comments