diff --git a/ProjectTemplates/DeviceUnitTests/.template.config/template.json b/ProjectTemplates/DeviceUnitTests/.template.config/template.json index b85713e..ad76409 100644 --- a/ProjectTemplates/DeviceUnitTests/.template.config/template.json +++ b/ProjectTemplates/DeviceUnitTests/.template.config/template.json @@ -32,11 +32,11 @@ "description": "The target framework for the project.", "datatype": "choice", "choices": [{ - "choice": "net7.0", - "description": "Target .NET 7.0" + "choice": "net8.0", + "description": "Target .NET 8.0" }], "replaces": "{DOTNET_TFM}", - "defaultValue": "net7.0" + "defaultValue": "net8.0" }, "applicationId": { "type": "parameter", diff --git a/ProjectTemplates/IosExtension/.template.config/template.json b/ProjectTemplates/IosExtension/.template.config/template.json index b41ae57..7fd4ccf 100644 --- a/ProjectTemplates/IosExtension/.template.config/template.json +++ b/ProjectTemplates/IosExtension/.template.config/template.json @@ -18,11 +18,11 @@ "description": "The target framework for the project.", "datatype": "choice", "choices": [{ - "choice": "net7.0", - "description": "Target .NET 7.0" + "choice": "net8.0", + "description": "Target .NET 8.0" }], "replaces": "{DOTNET_TFM}", - "defaultValue": "net7.0" + "defaultValue": "net8.0" }, "applicationId": { "type": "parameter", diff --git a/ProjectTemplates/IosExtension/IosExtension.csproj b/ProjectTemplates/IosExtension/IosExtension.csproj index 38b3905..541cfbf 100644 --- a/ProjectTemplates/IosExtension/IosExtension.csproj +++ b/ProjectTemplates/IosExtension/IosExtension.csproj @@ -1,6 +1,6 @@ - net7.0-ios + net8.0-ios Library YOUR-APPLICATION-ID-FROM-INFO.PLIST 1.0 diff --git a/ProjectTemplates/ShinyAspNet/.template.config/template.json b/ProjectTemplates/ShinyAspNet/.template.config/template.json index 46b1b6b..7bfc6a5 100644 --- a/ProjectTemplates/ShinyAspNet/.template.config/template.json +++ b/ProjectTemplates/ShinyAspNet/.template.config/template.json @@ -36,9 +36,6 @@ "description": "The target framework for the project.", "datatype": "choice", "choices": [{ - "choice": "net7.0", - "description": "Target .NET 7.0" - },{ "choice": "net8.0", "description": "Target .NET 8.0" }], diff --git a/ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj b/ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj index 6c6c9bf..255a18a 100644 --- a/ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj +++ b/ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj @@ -4,10 +4,10 @@ {DOTNET_TFM} enable enable - 7.0.11 - 5.18.0 + 8.0.0 + 5.18.2 - 7.2.1 + 7.2.3 2.0.0-preview-0009 @@ -26,7 +26,7 @@ - +