Skip to content

Commit

Permalink
Microsoft.NET.Build.Containers
Browse files Browse the repository at this point in the history
  • Loading branch information
effedib committed Nov 15, 2023
1 parent 4499c21 commit 26f1273
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions srv_qry_mongo/srv_qry_mongo.Api/ContactsController.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ContainerRepository>srv_qry_mongo_image</ContainerRepository>
<ContainerImageTag>latest</ContainerImageTag>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.9" />
<PackageReference Include="Microsoft.NET.Build.Containers" Version="7.0.403" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<ContainerPort Include="5009" Type="tcp" />
<ContainerPort Include="80" Type="tcp" />
</ItemGroup>

</Project>

0 comments on commit 26f1273

Please sign in to comment.