Merge remote-tracking branch 'origin/v13/dev' into v14/dev
# Conflicts: # Directory.Build.props # src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
"datatype": "choice",
|
||||
"choices": [
|
||||
{
|
||||
"displayName": ".NET 7.0",
|
||||
"description": "Target net7.0",
|
||||
"choice": "net7.0"
|
||||
"displayName": ".NET 8.0",
|
||||
"description": "Target net8.0",
|
||||
"choice": "net8.0"
|
||||
}
|
||||
],
|
||||
"defaultValue": "net7.0",
|
||||
"replaces": "net7.0"
|
||||
"defaultValue": "net8.0",
|
||||
"replaces": "net8.0"
|
||||
},
|
||||
"UmbracoVersion": {
|
||||
"displayName": "Umbraco version",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Umbraco.Cms.Web.UI</RootNamespace>
|
||||
|
||||
Reference in New Issue
Block a user