Skip to content

Commit 2110ca9

Browse files
Merge branch 'master' of https://github.com/FowApps/IronHook
2 parents bea6711 + fd569f9 commit 2110ca9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

heroku.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
docker:
3+
web: Dockerfile
4+
run:
5+
web: ASPNETCORE_URLS=http://*:$PORT dotnet IronHook.Web.dll

samples/IronHook.Web/IronHook.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<ProjectReference Include="..\..\src\IronHook.PostgreSql\IronHook.PostgreSql.csproj" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="AspNetCore.MarkdownDocumenting" Version="2.1.2" />
20+
<PackageReference Include="AspNetCore.MarkdownDocumenting" Version="2.3.0" />
2121
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.14" />
22-
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
22+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.5" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.8">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)