diff --git a/aspnetcore-runtimepackagestore/Update.ps1 b/aspnetcore-runtimepackagestore/Update.ps1 index 14f51f2d..ffd0cb85 100644 --- a/aspnetcore-runtimepackagestore/Update.ps1 +++ b/aspnetcore-runtimepackagestore/Update.ps1 @@ -41,7 +41,6 @@ function EntryToData($channel) { function global:au_GetLatest { @{ Streams = [ordered] @{ - '5.0' = EntryToData -channel '5.0' '3.1' = EntryToData -channel '3.1' '3.0' = EntryToData -channel '3.0' '2.2' = EntryToData -channel '2.2' diff --git a/dotnetcore-runtime.install/Update.ps1 b/dotnetcore-runtime.install/Update.ps1 index 751ad5d3..e50f582f 100644 --- a/dotnetcore-runtime.install/Update.ps1 +++ b/dotnetcore-runtime.install/Update.ps1 @@ -35,7 +35,6 @@ function EntryToData($channel) { function global:au_GetLatest { @{ Streams = [ordered] @{ - '5.0' = EntryToData -channel '5.0' '3.1' = EntryToData -channel '3.1' '3.0' = EntryToData -channel '3.0' '2.2' = EntryToData -channel '2.2' diff --git a/dotnetcore-runtime.portable/Update.ps1 b/dotnetcore-runtime.portable/Update.ps1 index 8c47928e..52d7d476 100644 --- a/dotnetcore-runtime.portable/Update.ps1 +++ b/dotnetcore-runtime.portable/Update.ps1 @@ -38,7 +38,6 @@ function EntryToData($channel) { function global:au_GetLatest { @{ Streams = [ordered] @{ - '5.0' = EntryToData -channel '5.0' '3.1' = EntryToData -channel '3.1' '3.0' = EntryToData -channel '3.0' '2.2' = EntryToData -channel '2.2' diff --git a/dotnetcore-sdk/Update.ps1 b/dotnetcore-sdk/Update.ps1 index 9f6d42e7..61f8188c 100644 --- a/dotnetcore-sdk/Update.ps1 +++ b/dotnetcore-sdk/Update.ps1 @@ -49,7 +49,6 @@ function EntryToData() { function global:au_GetLatest { @{ Streams = [ordered] @{ - '5.0.1' = EntryToData -channel '5.0' -version '5.0.1*' '3.1' = EntryToData -channel '3.1' '3.0' = EntryToData -channel '3.0' '2.2' = EntryToData -channel '2.2' diff --git a/dotnetcore-windowshosting/Update.ps1 b/dotnetcore-windowshosting/Update.ps1 index 65fd89f5..a37cf9b7 100644 --- a/dotnetcore-windowshosting/Update.ps1 +++ b/dotnetcore-windowshosting/Update.ps1 @@ -37,7 +37,6 @@ function EntryToData($channel) { function global:au_GetLatest { @{ Streams = [ordered] @{ - '5.0' = EntryToData -channel '5.0' '3.1' = EntryToData -channel '3.1' '3.0' = EntryToData -channel '3.0' '2.2' = EntryToData -channel '2.2'