Skip to content

Commit

Permalink
Update to Wilson 6.14 (#1504)
Browse files Browse the repository at this point in the history
* update to use M.IM.Validators

* update to wilson 6.14

* fix csproj
  • Loading branch information
jennyf19 authored Oct 30, 2021
1 parent 2f4554f commit 24645e5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 645 deletions.
3 changes: 2 additions & 1 deletion src/Microsoft.Identity.Web/Microsoft.Identity.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReleaseNotes>The release notes are available at https://github.com/AzureAD/microsoft-identity-web/releases and the roadmap at https://github.com/AzureAD/microsoft-identity-web/wiki#roadmap </PackageReleaseNotes>
<PackageTags>Microsoft Identity Web;Microsoft identity platform;Microsoft.Identity.Web;.NET;ASP.NET Core;Web App;Web API;B2C;Azure Active Directory;AAD;Identity;Authentication;Authorization</PackageTags>
<ProjectGuid>{FD55C071-48D1-4FE8-8B1D-773E067FEC91}</ProjectGuid>
<IdentityModelVersion>6.13.1</IdentityModelVersion>
<IdentityModelVersion>6.14.0</IdentityModelVersion>
</PropertyGroup>
<PropertyGroup Label="Source Link">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down Expand Up @@ -104,6 +104,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="$(IdentityModelVersion)" />
<PackageReference Include="Microsoft.IdentityModel.Validators" Version="$(IdentityModelVersion)" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="$(IdentityModelVersion)" />
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.1" />
</ItemGroup>
Expand Down
38 changes: 6 additions & 32 deletions src/Microsoft.Identity.Web/Microsoft.Identity.Web.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

262 changes: 0 additions & 262 deletions src/Microsoft.Identity.Web/Resource/AadIssuerValidator.cs

This file was deleted.

Loading

0 comments on commit 24645e5

Please sign in to comment.