Skip to content

Commit

Permalink
Updaing swagger and auth to central
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Feb 26, 2024
1 parent e755c0f commit 93fd518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Wam.Proxy.Api/Wam.Proxy.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Wam.Core" Version="0.1.10" />
<PackageReference Include="Wam.Core" Version="0.2.2" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Wam.Proxy/Wam.Proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Wam.Core" Version="0.1.10" />
<PackageReference Include="Wam.Core" Version="0.2.2" />
<PackageReference Include="Yarp.ReverseProxy" Version="2.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 93fd518

Please sign in to comment.