Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC project templates should show net8.0 only #16048

Merged
merged 5 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"usageExamples": [
"--framework net7.0",
"--orchard-version 1.6.0"
"--framework net8.0",
"--orchard-version 1.8.3"
Piedone marked this conversation as resolved.
Show resolved Hide resolved
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [ "Web", "Orchard Core", "CMS" ],
"classifications": [
"Web",
"Orchard Core",
"CMS"
],
"name": "Orchard Core Cms Module",
"identity": "OrchardCore.Templates.Cms.Module",
"shortName": "ocmodulecms",
Expand All @@ -14,14 +18,6 @@
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net6.0",
"description": "Target net6.0"
},
{
"choice": "net7.0",
"description": "Target net7.0"
},
{
"choice": "net8.0",
"description": "Target net8.0"
Expand Down Expand Up @@ -80,4 +76,4 @@
"language": "C#",
"type": "project"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
},
"usageExamples": [
"--framework net7.0",
"--framework net8.0",
"--logger none",
"--orchard-version 1.6.0"
"--orchard-version 1.8.3"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [ "Web", "Orchard Core", "CMS" ],
"classifications": [
"Web",
"Orchard Core",
"CMS"
],
"name": "Orchard Core Cms Web App",
"identity": "OrchardCore.Templates.Cms.Web",
"shortName": "occms",
Expand All @@ -14,14 +18,6 @@
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net6.0",
"description": "Target net6.0"
},
{
"choice": "net7.0",
"description": "Target net7.0"
},
{
"choice": "net8.0",
"description": "Target net8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"usageExamples": [
"--framework net7.0",
"--orchard-version 1.6.0"
"--framework net8.0",
"--orchard-version 1.8.3"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [ "Web", "Orchard Core", "Mvc" ],
"classifications": [
"Web",
"Orchard Core",
"Mvc"
],
"name": "Orchard Core Mvc Module",
"identity": "OrchardCore.Templates.Mvc.Module",
"shortName": "ocmodulemvc",
Expand All @@ -14,14 +18,6 @@
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net6.0",
"description": "Target net6.0"
},
{
"choice": "net7.0",
"description": "Target net7.0"
},
{
"choice": "net8.0",
"description": "Target net8.0"
Expand All @@ -40,12 +36,11 @@
},
"sources": [
{
"modifiers": [
]
"modifiers": []
}
],
"tags": {
"language": "C#",
"type": "project"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"usageExamples": [
"--framework net7.0",
"--orchard-version 1.6.0"
"--framework net8.0",
"--orchard-version 1.8.3"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [ "Web", "Orchard Core", "Mvc" ],
"classifications": [
"Web",
"Orchard Core",
"Mvc"
],
"name": "Orchard Core Mvc Web App",
"identity": "OrchardCore.Templates.Mvc.Web",
"shortName": "ocmvc",
Expand All @@ -14,14 +18,6 @@
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net6.0",
"description": "Target net6.0"
},
{
"choice": "net7.0",
"description": "Target net7.0"
},
{
"choice": "net8.0",
"description": "Target net8.0"
Expand All @@ -38,8 +34,7 @@
"defaultValue": "${TemplateOrchardVersion}"
}
},
"sources": [
],
"sources": [],
"tags": {
"language": "C#",
"type": "project"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Project",
"classifications": [ "Web", "Orchard Core", "CMS" ],
"classifications": [
"Web",
"Orchard Core",
"CMS"
],
"name": "Orchard Core Theme",
"identity": "OrchardCore.Templates.Theme",
"shortName": "octheme",
Expand All @@ -14,14 +18,6 @@
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net6.0",
"description": "Target net6.0"
},
{
"choice": "net7.0",
"description": "Target net7.0"
},
{
"choice": "net8.0",
"description": "Target net8.0"
Expand Down