Skip to content

Commit

Permalink
Merge pull request #1119 from unoplatform/mergify/bp/release/stable/5…
Browse files Browse the repository at this point in the history
….5/pr-1115

chore: Removing "Preview" flag from .net 9 (backport #1115)
  • Loading branch information
jeromelaban authored Nov 21, 2024
2 parents b473641 + 851c372 commit 412a343
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/Uno.Sdk/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24473.5"
"net9.0": "9.0.0"
}
},
{
Expand All @@ -162,7 +162,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24474.4"
"net9.0": "9.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"Microsoft.Extensions.Logging.Console"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24473.5"
"net9.0": "9.0.0"
}
},
{
Expand All @@ -121,7 +121,7 @@
"Microsoft.Windows.Compatibility"
],
"versionOverride": {
"net9.0": "9.0.0-rc.2.24474.4"
"net9.0": "9.0.0"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"choice": "net9.0",
"displayName": ".NET 9.0",
"description": "Target .NET 9.0 (Preview)"
"description": "Target .NET 9.0 (Standard Term Support)"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
{
"choice": "net9.0",
"displayName": ".NET 9.0",
"description": "Target .NET 9.0 (Preview)"
"description": "Target .NET 9.0 (Standard Term Support)"
}
]
},
Expand Down Expand Up @@ -2691,7 +2691,7 @@
},
{
"condition": "(tfm == 'net9.0')",
"value": "9.0.0-rc.1.24431.7"
"value": "9.0.0"
}
]
}
Expand All @@ -2710,7 +2710,7 @@
},
{
"condition": "(tfm == 'net9.0')",
"value": "9.0.0-rc.1.24452.1"
"value": "9.0.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"choice": "net9.0",
"displayName": ".NET 9.0",
"description": "Target .NET 9.0 (Preview)"
"description": "Target .NET 9.0 (Standard Term Support)"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{
"choice": "net9.0",
"displayName": ".NET 9.0",
"description": "Target .NET 9.0 (Preview)"
"description": "Target .NET 9.0 (Standard Term Support)"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"choice": "net9.0",
"displayName": ".NET 9.0",
"description": "Target .NET 9.0 (Preview)"
"description": "Target .NET 9.0 (Standard Term Support)"
}
]
},
Expand Down

0 comments on commit 412a343

Please sign in to comment.