Skip to content

Commit

Permalink
Merge pull request #196 from unoplatform/dev/jela/remove-winappsdk-te…
Browse files Browse the repository at this point in the history
…mplates

fix: remove unused winappsdk templates requirement
  • Loading branch information
jeromelaban authored Nov 13, 2023
2 parents ec524c0 + eacb864 commit 2612b9f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions UnoCheck/Manifest/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
{
public partial class Manifest
{
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/2f4420ad69132752bb21f739b6b674a3223879a3/manifests/uno.ui-preview-major.manifest.json";
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui.manifest.json";
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui-preview.manifest.json";
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5130410344b24df16e932778efe241de1cab97ff/manifests/uno.ui-preview-major.manifest.json";

public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
{
Expand Down
7 changes: 0 additions & 7 deletions manifests/uno.ui-preview-major.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@
"win32"
]
},
{
"id": "Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs",
"name": "Windows App SDK C# Templates",
"requiredby": [
"wasdk"
]
},
{
"id": "Microsoft.VisualStudio.Workload.NetCrossPlat",
"name": "Mobile development with .NET",
Expand Down
7 changes: 0 additions & 7 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@
"win32"
]
},
{
"id": "Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs",
"name": "Windows App SDK C# Templates",
"requiredby": [
"wasdk"
]
},
{
"id": "Microsoft.VisualStudio.Workload.NetCrossPlat",
"name": "Mobile development with .NET",
Expand Down
7 changes: 0 additions & 7 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@
"win32"
]
},
{
"id": "Microsoft.VisualStudio.ComponentGroup.WindowsAppSDK.Cs",
"name": "Windows App SDK C# Templates",
"requiredby": [
"wasdk"
]
},
{
"id": "Microsoft.VisualStudio.Workload.NetCrossPlat",
"name": "Mobile development with .NET",
Expand Down

0 comments on commit 2612b9f

Please sign in to comment.