Skip to content

Commit

Permalink
Bumped nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Sep 24, 2024
1 parent ece9fe1 commit 0b6fa5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Wam.Users.Api/Wam.Users.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.8" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Wam.Core" Version="0.2.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
<PackageReference Include="Wam.Core" Version="0.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Wam.Users/Wam.Users.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.9.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
<PackageReference Include="HexMaster.DomainDrivenDesign" Version="2.0.5" />
<PackageReference Include="HexMaster.RedisCache" Version="0.1.6" />
<PackageReference Include="Wam.Core" Version="0.2.3" />
<PackageReference Include="Wam.Core" Version="0.3.0" />
</ItemGroup>

</Project>

0 comments on commit 0b6fa5d

Please # to comment.