We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed034f commit 690ae4fCopy full SHA for 690ae4f
README.md
@@ -9,7 +9,7 @@ Allows hosting a Windows App SDK Application in an `IHost` that manages the life
9
__(Convert existing project or the default template's output)__
10
11
1. Add `<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>` in the main `PropertyGroup` of your applications project file.
12
-2. Add reference to `CommunityToolkit.Extensions.Hosting.WindowsAppSdk`
+2. Add reference to `SparpNinja.Extensions.Hosting.WindowsAppSdk`
13
3. Add `Program.cs` to the root of your application project.
14
4. Add this code to the `Program.cs`:
15
0 commit comments