Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
/ ServerCommon Public archive

Commit

Permalink
Update Owin/IdentityModel packages (#333)
Browse files Browse the repository at this point in the history
* Update owin/identitymodel packages.
* Remove v2.0 from authority template.
  • Loading branch information
ryuyu authored Jan 23, 2020
1 parent 82bf919 commit 3ba073d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<Version>3.19.4</Version>
<Version>5.2.6</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>10.0.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Services.KeyVault/NuGet.Services.KeyVault.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<Version>3.19.4</Version>
<Version>5.2.6</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>10.0.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Services.Owin/NuGet.Services.Owin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Owin">
<Version>3.0.1</Version>
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Build.Tasks.Pack">
<Version>4.8.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Services.Sql/AzureSqlConnectionStringBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace NuGet.Services.Sql
/// </summary>
public class AzureSqlConnectionStringBuilder : DbConnectionStringBuilder
{
private const string AadAuthorityTemplate = "https://login.microsoftonline.com/{0}/v2.0";
private const string AadAuthorityTemplate = "https://login.microsoftonline.com/{0}";

public string AadAuthority { get; }

Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Services.Sql/NuGet.Services.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<Version>3.19.4</Version>
<Version>5.2.6</Version>
</PackageReference>
<PackageReference Include="NuGet.Build.Tasks.Pack">
<Version>4.8.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<Version>4.4.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Owin">
<Version>3.0.1</Version>
<Version>4.1.0</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>4.10.0</Version>
Expand Down

0 comments on commit 3ba073d

Please sign in to comment.