Skip to content

Commit

Permalink
Remove 5.0 streams from existing dotnetcore packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jberezanski committed Nov 3, 2020
1 parent a8573a5 commit 797c05b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion aspnetcore-runtimepackagestore/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion dotnetcore-runtime.install/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion dotnetcore-runtime.portable/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion dotnetcore-sdk/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion dotnetcore-windowshosting/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 797c05b

Please sign in to comment.