diff --git a/src/Uno.Sdk/ReadMe.md b/src/Uno.Sdk/ReadMe.md index 19ceab181..6421b26cb 100644 --- a/src/Uno.Sdk/ReadMe.md +++ b/src/Uno.Sdk/ReadMe.md @@ -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" } }, { @@ -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" } }, { diff --git a/src/Uno.Sdk/packages.json b/src/Uno.Sdk/packages.json index f7fd76ee1..a450c5557 100644 --- a/src/Uno.Sdk/packages.json +++ b/src/Uno.Sdk/packages.json @@ -111,7 +111,7 @@ "Microsoft.Extensions.Logging.Console" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24473.5" + "net9.0": "9.0.0" } }, { @@ -121,7 +121,7 @@ "Microsoft.Windows.Compatibility" ], "versionOverride": { - "net9.0": "9.0.0-rc.2.24474.4" + "net9.0": "9.0.0" } }, { diff --git a/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json b/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json index 76644f2b5..9d72c6e63 100644 --- a/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp-uwp/.template.config/template.json @@ -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)" } ] }, diff --git a/src/Uno.Templates/content/unoapp/.template.config/template.json b/src/Uno.Templates/content/unoapp/.template.config/template.json index f4160b85e..5554e4a67 100644 --- a/src/Uno.Templates/content/unoapp/.template.config/template.json +++ b/src/Uno.Templates/content/unoapp/.template.config/template.json @@ -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)" } ] }, @@ -2691,7 +2691,7 @@ }, { "condition": "(tfm == 'net9.0')", - "value": "9.0.0-rc.1.24431.7" + "value": "9.0.0" } ] } @@ -2710,7 +2710,7 @@ }, { "condition": "(tfm == 'net9.0')", - "value": "9.0.0-rc.1.24452.1" + "value": "9.0.0" } ] } diff --git a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json index 707c3d5a6..6a48b0092 100644 --- a/src/Uno.Templates/content/unolib-uitest/.template.config/template.json +++ b/src/Uno.Templates/content/unolib-uitest/.template.config/template.json @@ -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)" } ] } diff --git a/src/Uno.Templates/content/unolib/.template.config/template.json b/src/Uno.Templates/content/unolib/.template.config/template.json index a7eb5c12c..43a4c5034 100644 --- a/src/Uno.Templates/content/unolib/.template.config/template.json +++ b/src/Uno.Templates/content/unolib/.template.config/template.json @@ -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)" } ] }, diff --git a/src/Uno.Templates/content/unomauilib/.template.config/template.json b/src/Uno.Templates/content/unomauilib/.template.config/template.json index fb19c863a..786c125e3 100644 --- a/src/Uno.Templates/content/unomauilib/.template.config/template.json +++ b/src/Uno.Templates/content/unomauilib/.template.config/template.json @@ -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)" } ] },