Skip to content

Commit

Permalink
Merge pull request #199 from unoplatform/mergify/bp/release/stable/1.…
Browse files Browse the repository at this point in the history
…16/pr-196

fix: remove unused winappsdk templates requirement (backport #196)
  • Loading branch information
jeromelaban authored Nov 14, 2023
2 parents c6cf585 + ed85622 commit 7a982c4
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 7a982c4

Please sign in to comment.