Skip to content

Commit

Permalink
Fix appsettings.json with blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 1, 2024
1 parent ae18ed8 commit b66d736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
<MauiAsset Include="appsettings.json" LogicalName="appsettings.json" />
<MauiAsset Include="appsettings.android.json" LogicalName="appsettings.android.json" />
<MauiAsset Include="appsettings.apple.json" LogicalName="appsettings.apple.json" />

<Content Remove="\appsettings.json" />
<Content Remove="\appsettings.*.json" />
<!--#endif-->
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Shiny.NET Templates - One stop shop to setup almost everything you can imagine within your .NET MAUI application</Description>
<PackageType>Template</PackageType>
<PackageVersion>2.5.3</PackageVersion>
<PackageVersion>2.6.0</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit b66d736

Please sign in to comment.