Revert two unexpected change

This commit is contained in:
Kevin Zhang 2021-07-05 22:40:52 +08:00
parent a3a6e0ef23
commit c35232ae68
2 changed files with 2 additions and 2 deletions

View file

@ -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));
}
}
}

View file

@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.300",
"version": "5.0.100",
"rollForward": "latestFeature"
}
}