Skip to content

Commit

Permalink
Bump Microsoft.Identity.Web.DownstreamApi in /web-app-aspnet (Azure-S…
Browse files Browse the repository at this point in the history
…amples#65)

Bumps [Microsoft.Identity.Web.DownstreamApi](https://github.com/AzureAD/microsoft-identity-web) from 2.16.1 to 2.17.0.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.16.1...2.17.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web.DownstreamApi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent bcaa645 commit 74fbc34
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions web-app-aspnet/WebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-sign_in_webapp-B0B85736-C285-4B12-8C9F-8E3C25987A0A</UserSecretsId>
<RootNamespace>sign_in_webapp</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="2.*" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.*" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.16.1" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-sign_in_webapp-B0B85736-C285-4B12-8C9F-8E3C25987A0A</UserSecretsId>
<RootNamespace>sign_in_webapp</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="2.*" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.*" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.17.0" />
</ItemGroup>

</Project>

0 comments on commit 74fbc34

Please sign in to comment.