Skip to content

Commit cac981c

Browse files
Bump Microsoft.Authentication.WebAssembly.Msal in /GraphSample
Bumps [Microsoft.Authentication.WebAssembly.Msal](https://github.com/dotnet/aspnetcore) from 8.0.12 to 8.0.13. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.12...v8.0.13) --- updated-dependencies: - dependency-name: Microsoft.Authentication.WebAssembly.Msal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 359a484 commit cac981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphSample/GraphSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.12" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
12-
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.12" />
12+
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.13" />
1313
<PackageReference Include="Microsoft.Graph" Version="5.69.0" />
1414
<PackageReference Include="TimeZoneConverter" Version="6.1.0" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)