File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net7.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
- <UserSecretsId >c863d8a7-6953-45aa-baa6-3b932debfdd0</UserSecretsId >
8
- </PropertyGroup >
7
+ <UserSecretsId >c863d8a7-6953-45aa-baa6-3b932debfdd0</UserSecretsId >
8
+ <ContainerImageName >minimalapi</ContainerImageName >
9
+ <ContainerImageTag >1.0.0</ContainerImageTag >
10
+ </PropertyGroup >
9
11
10
12
<ItemGroup >
11
13
<PackageReference Include =" Asp.Versioning.Http" Version =" 6.2.2" />
24
26
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.0.0" />
25
27
<PackageReference Include =" Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version =" 7.0.0" />
26
28
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7.0.0" />
29
+ <PackageReference Include =" Microsoft.NET.Build.Containers" Version =" 0.2.7" />
27
30
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.4.0" />
28
31
</ItemGroup >
29
32
<ItemGroup >
You can’t perform that action at this time.
0 commit comments