diff --git a/0-‐-Build.md b/0-‐-Build.md index f523683..bda82e5 100644 --- a/0-‐-Build.md +++ b/0-‐-Build.md @@ -20,7 +20,7 @@ Replace the content of the `.csproj` file with the following configuration: WinExe - net8.0 + net10.0 enable true app.manifest @@ -35,21 +35,21 @@ Replace the content of the `.csproj` file with the following configuration: - - - - - + + + + - - - + + + - + - + + @@ -68,6 +68,14 @@ Replace the content of the `.csproj` file with the following configuration: ContentDialogSonarrMatchEpisodeView.axaml Code + + ContentDialogFeaturedMusicView.axaml + Code + + + ContentDialogSeriesDetailsView.axaml + Code + ```