diff --git a/scripts/create-manifest-file.ps1 b/scripts/create-manifest-file.ps1 index ab0694bd2a..6a8172bdd0 100644 --- a/scripts/create-manifest-file.ps1 +++ b/scripts/create-manifest-file.ps1 @@ -55,6 +55,10 @@ $latestBlock = @' "releaseType": "${releaseType}", "releaseDate": "${releaseDate}", "files": { + "linux-x64":{ + "url": "$($frameworkPlatformDownloadMetadata["net6.0_linux-x64"])", + "sha": "$($frameworkPlatformFileHashMetadata["net6.0_linux-x64"])" + }, "linux-x64-net6":{ "url": "$($frameworkPlatformDownloadMetadata["net6.0_linux-x64"])", "sha": "$($frameworkPlatformFileHashMetadata["net6.0_linux-x64"])" @@ -63,6 +67,10 @@ $latestBlock = @' "url": "$($frameworkPlatformDownloadMetadata["net8.0_linux-x64"])", "sha": "$($frameworkPlatformFileHashMetadata["net8.0_linux-x64"])" }, + "win-x64":{ + "url": "$($frameworkPlatformDownloadMetadata["net6.0_win-x64"])", + "sha": "$($frameworkPlatformFileHashMetadata["net6.0_win-x64"])" + }, "win-x64-net6":{ "url": "$($frameworkPlatformDownloadMetadata["net6.0_win-x64"])", "sha": "$($frameworkPlatformFileHashMetadata["net6.0_win-x64"])" @@ -71,6 +79,10 @@ $latestBlock = @' "url": "$($frameworkPlatformDownloadMetadata["net8.0_win-x64"])", "sha": "$($frameworkPlatformFileHashMetadata["net8.0_win-x64"])" }, + "osx-x64":{ + "url": "$($frameworkPlatformDownloadMetadata["net6.0_osx-x64"])", + "sha": "$($frameworkPlatformFileHashMetadata["net6.0_osx-x64"])" + }, "osx-x64-net6":{ "url": "$($frameworkPlatformDownloadMetadata["net6.0_osx-x64"])", "sha": "$($frameworkPlatformFileHashMetadata["net6.0_osx-x64"])"