Skip to content

Commit 70e327a

Browse files
authored
Update README.md
1 parent 690ae4f commit 70e327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Allows hosting a Windows App SDK Application in an `IHost` that manages the life
99
__(Convert existing project or the default template's output)__
1010

1111
1. Add `<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>` in the main `PropertyGroup` of your applications project file.
12-
2. Add reference to `SparpNinja.Extensions.Hosting.WindowsAppSdk`
12+
2. Add reference to `CommunityToolkit.Extensions.Hosting.WindowsAppSdk`
1313
3. Add `Program.cs` to the root of your application project.
1414
4. Add this code to the `Program.cs`:
1515

0 commit comments

Comments
 (0)