diff --git a/Flow.Launcher.Test/Plugins/PluginInitTest.cs b/Flow.Launcher.Test/Plugins/PluginInitTest.cs index 7530dae58..299a837ee 100644 --- a/Flow.Launcher.Test/Plugins/PluginInitTest.cs +++ b/Flow.Launcher.Test/Plugins/PluginInitTest.cs @@ -11,7 +11,7 @@ namespace Flow.Launcher.Test.Plugins [Test] public void PublicAPIIsNullTest() { - //Ap[ssert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null)); + //Assert.Throws(typeof(Flow.LauncherFatalException), () => PluginManager.Initialize(null)); } } } diff --git a/global.json b/global.json index 75055e1c6..2ad4d9100 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.300", + "version": "5.0.100", "rollForward": "latestFeature" } } \ No newline at end of file