Skip to content

Commit

Permalink
Merge pull request #6 from anuraj/feature/dotnetcli-publish-container
Browse files Browse the repository at this point in the history
dotnet CLI - container publish feature added.
  • Loading branch information
anuraj authored Nov 21, 2022
2 parents 14aaa2d + 858bc7f commit d1d7ea6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Source/MinimalApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>c863d8a7-6953-45aa-baa6-3b932debfdd0</UserSecretsId>
</PropertyGroup>
<UserSecretsId>c863d8a7-6953-45aa-baa6-3b932debfdd0</UserSecretsId>
<ContainerImageName>minimalapi</ContainerImageName>
<ContainerImageTag>1.0.0</ContainerImageTag>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Asp.Versioning.Http" Version="6.2.2" />
Expand All @@ -24,6 +26,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Build.Containers" Version="0.2.7" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d1d7ea6

Please sign in to comment.