Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 3, 2024
1 parent 5ec2aff commit 9cfceaf
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>

<ItemGroup>
<ContainerLabel Include="service" Value="my-app" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>

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

</PropertyGroup>

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

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

0 comments on commit 9cfceaf

Please sign in to comment.