Skip to content

Commit 47f3627

Browse files
committed
Update MyApp.csproj
1 parent 0f8fc87 commit 47f3627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/MyApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<PublishProfile>DefaultContainer</PublishProfile>
54
<TargetFramework>net8.0</TargetFramework>
65
<Nullable>enable</Nullable>
76
<ImplicitUsings>enable</ImplicitUsings>
87
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
98
<UserSecretsId>aspnet-MyApp-ee350fc8-762b-415d-a759-067552cd138b</UserSecretsId>
9+
<PublishProfile>DefaultContainer</PublishProfile>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Using Include="MyApp" />

0 commit comments

Comments
 (0)