Skip to content

Commit

Permalink
Update apphost csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 3, 2024
1 parent c1ef9a7 commit 4d52096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>

<ItemGroup>
<ContainerLabel Include="service" Value="my-app" />
</ItemGroup>


<ItemGroup>
<Using Include="MyApp" />
<Using Include="ServiceStack" />
Expand Down

0 comments on commit 4d52096

Please sign in to comment.