Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "icon.png",
"requiredComponents": [
{
"id": "Microsoft.VisualStudio.Workload.ManagedDesktop",
"hostId": "vs",
"componentType": "setupComponent"
}
],
"symbolInfo": [
{
"id": "dotnetVersion",
"name": {
"text": "Framework"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
{ "choice": "net8.0", "description": "Target .NET 8" },
{ "choice": "net9.0", "description": "Target .NET 9" },
{ "choice": "net10.0", "description": "Target .NET 10" }
]
],
"defaultValue": "net10.0"
},
"resolvedDotnetVersion": {
"type": "generated",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"icon": "icon.png",
"requiredComponents": [
{
"id": "Microsoft.VisualStudio.Workload.ManagedDesktop",
"hostId": "vs",
"componentType": "setupComponent"
}
],
"symbolInfo": [
{
"id": "dotnetVersion",
"name": {
"text": "Framework"
},
"isVisible": "true"
},
{
"id": "targetPlatformMinVersion",
"name": {
"text": "Target Platform Minimum Version"
},
"isVisible": "true"
},
{
"id": "publisherDn",
"name": {
"text": "Publisher Distinguished Name"
},
"isVisible": "true"
},
{
"id": "publisherDisplay",
"name": {
"text": "Publisher Display Name"
},
"isVisible": "true"
},
{
"id": "UseLatestWindowsAppSDK",
"name": {
"text": "Use latest Windows App SDK version"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Windows", "WinUI", "Desktop", "Navigation"],
"classifications": ["Windows", "WinUI", "Desktop", "XAML"],
"tags": {
"language": "C#",
"type": "project"
Expand Down Expand Up @@ -54,7 +54,8 @@
{ "choice": "net8.0", "description": "Target .NET 8" },
{ "choice": "net9.0", "description": "Target .NET 9" },
{ "choice": "net10.0", "description": "Target .NET 10" }
]
],
"defaultValue": "net10.0"
},
"resolvedDotnetVersion": {
"type": "generated",
Expand All @@ -65,11 +66,42 @@
},
"replaces": "$DotNetVersion$"
},
"targetPlatformMinVersion":{
"targetPlatformMinVersion": {
"type": "parameter",
"datatype": "text",
"datatype": "choice",
"replaces": "$targetplatformminversion$",
"defaultValue": "10.0.17763.0"
"defaultValue": "10.0.26100.0",
"choices": [
{
"choice": "10.0.17763.0",
"description": "10.0.17763.0"
},
{
"choice": "10.0.19041.0",
"description": "10.0.19041.0"
},
{
"choice": "10.0.22000.0",
"description": "10.0.22000.0"
},
{
"choice": "10.0.22621.0",
"description": "10.0.22621.0"
},
{
"choice": "10.0.26100.0",
"description": "10.0.26100.0"
},
{
"choice": "10.0.26200.0",
"description": "10.0.26200.0"
},
{
"choice": "10.0.28000.0",
"description": "10.0.28000.0"
}
],
"description": "Minimum supported Windows version."
},
"publisherDn": {
"type": "parameter",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"icon": "icon.png",
"requiredComponents": [
{
"id": "Microsoft.VisualStudio.Workload.ManagedDesktop",
"hostId": "vs",
"componentType": "setupComponent"
}
],
"symbolInfo": [
{
"id": "dotnetVersion",
"name": {
"text": "Framework"
},
"isVisible": "true"
},
{
"id": "targetPlatformMinVersion",
"name": {
"text": "Target Platform Minimum Version"
},
"isVisible": "true"
},
{
"id": "publisherDn",
"name": {
"text": "Publisher Distinguished Name"
},
"isVisible": "true"
},
{
"id": "publisherDisplay",
"name": {
"text": "Publisher Display Name"
},
"isVisible": "true"
},
{
"id": "UseLatestWindowsAppSDK",
"name": {
"text": "Use latest Windows App SDK version"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/template",
"author": "Microsoft",
"classifications": ["Windows", "WinUI", "Desktop", "Packaged"],
"classifications": [ "Windows", "WinUI", "Desktop", "XAML" ],
"tags": {
"language": "C#",
"type": "project"
Expand Down Expand Up @@ -64,7 +64,8 @@
{ "choice": "net8.0", "description": "Target .NET 8" },
{ "choice": "net9.0", "description": "Target .NET 9" },
{ "choice": "net10.0", "description": "Target .NET 10" }
]
],
"defaultValue": "net10.0"
},
"resolvedDotnetVersion": {
"type": "generated",
Expand All @@ -75,11 +76,41 @@
},
"replaces": "$DotNetVersion$"
},
"targetPlatformMinVersion":{
"targetPlatformMinVersion": {
"type": "parameter",
"datatype": "text",
"datatype": "choice",
"replaces": "$targetplatformminversion$",
"defaultValue": "10.0.17763.0",
"defaultValue": "10.0.26100.0",
"choices": [
{
"choice": "10.0.17763.0",
"description": "10.0.17763.0"
},
{
"choice": "10.0.19041.0",
"description": "10.0.19041.0"
},
{
"choice": "10.0.22000.0",
"description": "10.0.22000.0"
},
{
"choice": "10.0.22621.0",
"description": "10.0.22621.0"
},
{
"choice": "10.0.26100.0",
"description": "10.0.26100.0"
},
{
"choice": "10.0.26200.0",
"description": "10.0.26200.0"
},
{
"choice": "10.0.28000.0",
"description": "10.0.28000.0"
}
],
"description": "Minimum supported Windows version."
},
"publisherDn": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"icon": "icon.png",
"requiredComponents": [
{
"id": "Microsoft.VisualStudio.Workload.ManagedDesktop",
"hostId": "vs",
"componentType": "setupComponent"
}
],
"symbolInfo": [
{
"id": "dotnetVersion",
"name": {
"text": "Framework"
},
"isVisible": "true"
},
{
"id": "targetPlatformMinVersion",
"name": {
"text": "Target Platform Minimum Version"
},
"isVisible": "true"
},
{
"id": "publisherDn",
"name": {
"text": "Publisher Distinguished Name"
},
"isVisible": "true"
},
{
"id": "publisherDisplay",
"name": {
"text": "Publisher Display Name"
},
"isVisible": "true"
},
{
"id": "UseLatestWindowsAppSDK",
"name": {
"text": "Use latest Windows App SDK version"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
{ "choice": "net8.0", "description": "Target .NET 8 (LTS)" },
{ "choice": "net9.0", "description": "Target .NET 9" },
{ "choice": "net10.0", "description": "Target .NET 10" }
]
],
"defaultValue": "net10.0"
},
"resolvedDotnetVersion": {
"type": "generated",
Expand All @@ -75,11 +76,41 @@
},
"replaces": "$DotNetVersion$"
},
"targetPlatformMinVersion":{
"targetPlatformMinVersion": {
"type": "parameter",
"datatype": "text",
"datatype": "choice",
"replaces": "$targetplatformminversion$",
"defaultValue": "10.0.17763.0",
"defaultValue": "10.0.26100.0",
"choices": [
{
"choice": "10.0.17763.0",
"description": "10.0.17763.0"
},
{
"choice": "10.0.19041.0",
"description": "10.0.19041.0"
},
{
"choice": "10.0.22000.0",
"description": "10.0.22000.0"
},
{
"choice": "10.0.22621.0",
"description": "10.0.22621.0"
},
{
"choice": "10.0.26100.0",
"description": "10.0.26100.0"
},
{
"choice": "10.0.26200.0",
"description": "10.0.26200.0"
},
{
"choice": "10.0.28000.0",
"description": "10.0.28000.0"
}
],
"description": "Minimum supported Windows version."
},
"publisherDn": {
Expand Down