Skip to content

Commit

Permalink
Use the versions by maestro (#9289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 15, 2022
1 parent 24c0868 commit ca8be7b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
12 changes: 12 additions & 0 deletions eng/Microsoft.Extensions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
Update="Microsoft.AspNetCore.Authorization"
Version="$(MicrosoftAspNetCoreAuthorizationPackageVersion)"
/>
<PackageReference
Update="Microsoft.AspNetCore.Authentication.Google"
Version="$(MicrosoftAspNetCoreAuthenticationGooglePackageVersion)"
/>
<PackageReference
Update="Microsoft.AspNetCore.Authentication.Facebook"
Version="$(MicrosoftAspNetCoreAuthenticationFacebookPackageVersion)"
/>
<PackageReference
Update="Microsoft.AspNetCore.Authentication.MicrosoftAccount"
Version="$(MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion)"
/>
<PackageReference
Update="Microsoft.AspNetCore.Components.WebView"
Version="$(MicrosoftAspNetCoreComponentsWebViewPackageVersion)"
Expand Down
3 changes: 3 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<MicrosoftGraphicsWin2DPackageVersion>1.0.3.1</MicrosoftGraphicsWin2DPackageVersion>
<!-- Everything else -->
<MicrosoftAspNetCoreAuthorizationPackageVersion>6.0.8</MicrosoftAspNetCoreAuthorizationPackageVersion>
<MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>6.0.8</MicrosoftAspNetCoreAuthenticationFacebookPackageVersion>
<MicrosoftAspNetCoreAuthenticationGooglePackageVersion>6.0.8</MicrosoftAspNetCoreAuthenticationGooglePackageVersion>
<MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>6.0.8</MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion>
<MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>6.0.7</MicrosoftAspNetCoreComponentsAnalyzersPackageVersion>
<MicrosoftAspNetCoreComponentsFormsPackageVersion>6.0.7</MicrosoftAspNetCoreComponentsFormsPackageVersion>
<MicrosoftAspNetCoreComponentsPackageVersion>6.0.7</MicrosoftAspNetCoreComponentsPackageVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.Apple" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
</ItemGroup>

</Project>

0 comments on commit ca8be7b

Please sign in to comment.