We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8fc87 commit 47f3627Copy full SHA for 47f3627
MyApp/MyApp.csproj
@@ -1,12 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <PublishProfile>DefaultContainer</PublishProfile>
5
<TargetFramework>net8.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
9
<UserSecretsId>aspnet-MyApp-ee350fc8-762b-415d-a759-067552cd138b</UserSecretsId>
+ <PublishProfile>DefaultContainer</PublishProfile>
10
</PropertyGroup>
11
<ItemGroup>
12
<Using Include="MyApp" />
0 commit comments