Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja committed May 15, 2022
1 parent 690ae4f commit 70e327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Allows hosting a Windows App SDK Application in an `IHost` that manages the life
__(Convert existing project or the default template's output)__

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

Expand Down

0 comments on commit 70e327a

Please sign in to comment.