File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
88{
99 public partial class Manifest
1010 {
11- public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/0b3e526824910bfedccafa7359ac5151bcaf1823 /manifests/uno.ui.manifest.json" ;
12- public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/0b3e526824910bfedccafa7359ac5151bcaf1823 /manifests/uno.ui-preview.manifest.json" ;
13- public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/0b3e526824910bfedccafa7359ac5151bcaf1823 /manifests/uno.ui-preview-major.manifest.json" ;
11+ public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5f54954ed20f9f5c1e11a1d0de969f8fbac7ec4b /manifests/uno.ui.manifest.json" ;
12+ public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5f54954ed20f9f5c1e11a1d0de969f8fbac7ec4b /manifests/uno.ui-preview.manifest.json" ;
13+ public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/5f54954ed20f9f5c1e11a1d0de969f8fbac7ec4b /manifests/uno.ui-preview-major.manifest.json" ;
1414
1515 public static Task < Manifest > FromFileOrUrl ( string fileOrUrl )
1616 {
You can’t perform that action at this time.
0 commit comments