Skip to content

Commit

Permalink
Update Azure Functions nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Jul 9, 2023
1 parent 0624b01 commit 6234710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MadWorld/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.8" PrivateAssets="all" />
<PackageVersion Include="Microsoft.Authentication.WebAssembly.Msal" Version="7.0.8" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.17.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.11.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="1.5.1" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@
<ProjectReference Include="..\MadWorld.Backend.Domain\MadWorld.Backend.Domain.csproj" />
<ProjectReference Include="..\MadWorld.Backend.Infrastructure\MadWorld.Backend.Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<PackageVersion Update="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
<PackageVersion Update="Microsoft.Azure.Functions.Worker.Sdk" Version="1.10.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@
<ProjectReference Include="..\MadWorld.Backend.API.Shared\MadWorld.Backend.API.Shared.csproj" />
<ProjectReference Include="..\MadWorld.Backend.Infrastructure\MadWorld.Backend.Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<PackageVersion Update="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
<PackageVersion Update="Microsoft.Azure.Functions.Worker.Sdk" Version="1.10.0" />
</ItemGroup>
</Project>

0 comments on commit 6234710

Please sign in to comment.