Skip to content

Commit

Permalink
Update .NET SDK to 8.0.403 (#511)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 8.0.403.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.8 to 8.0.10

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.8 to 8.0.10.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
  • Loading branch information
costellobot authored Oct 8, 2024
1 parent ad5f0d9 commit c00b8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.402",
"version": "8.0.403",
"allowPrerelease": false
}
}
2 changes: 1 addition & 1 deletion src/SignInWithApple/SignInWithApple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="8.2.0" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="8.0.10" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c00b8d6

Please sign in to comment.