You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump version to 7.0.0
Bump version to 7.0.0 for next major release.
* Remove redundant overrides
Remove redundant method overrides.
Resolves#636.
* Update to ASP.NET Core 7 preview 1
Update to target .NET 7 and ASP.NET Core 7 preview 1.
* Bump M.IdentityModel.Protocols.OpenIdConnect
Bump Microsoft.IdentityModel.Protocols.OpenIdConnect to the latest version to benefit from using the new ValidateTokenAsync() method.
* Update to ASP.NET Core 7 preview 2
Update to preview 2 of ASP.NET Core 7.
* Add Naver provider (#667)
* Add Naver Provider (#665)
* Add Naver Provider
* Bump version to 6.0.6
Bump version to 6.0.6 for next release.
Co-authored-by: Chris Sung <[email protected]>
* Update to ASP.NET Core 7 preview 3 (#669)
Update to preview 3 of ASP.NET Core 7.
* Update to ASP.NET Core 7 preview 4
Update to preview 4 of ASP.NET Core 7.
* Update to ASP.NET Core 7 preview 5
Update to preview 5 of ASP.NET Core 7.
* Remove Weibo email scope
Remove `email` from the default Weibo scopes.
Resolves#692.
* Update to ASP.NET Core 7 preview 6
Update to preview 6 of ASP.NET Core 7.
* Update to ASP.NET Core 7 preview 7
Update to preview 7 of ASP.NET Core 7.
* Remove PackageValidationBaselineVersion
Remove `PackageValidationBaselineVersion` overrides.
* Update to ASP.NET Core 7 RC 1
Update to release candidate 1 of ASP.NET Core 7.
* Update to ASP.NET Core 7 RC 2
Update to release candidate 2 of ASP.NET Core 7.
* Update Arcade
Update Arcade to the latest v7 version used by ASP.NET Core.
* Set executable bit
Set the executable bit for the new Arcade shell scripts.
* Update StackExchange provider
- Use the JSON token exchange endpoint.
- Use the domains given in the API documentation.
- Update to version 2.3 of the API.
- Align the provider with the request key being required.
- Validate the Site once, rather than per request.
* Update Shouldly
Update to the latest release of Shouldly.
* Revert build workflow changes
Revert changes to build for the `dev-7.0.0` branch.
* Revert PreRelease properties
Revert changes to the `PreRelease*` MSBuild properties for .NET 7 previews.
* Update to ASP.NET Core 7
Update to the stable release of ASP.NET Core 7.
* Remove PackageValidationBaselineVersion
Remove PackageValidationBaselineVersion for new v6 packages.
Co-authored-by: Chris Sung <[email protected]>
Copy file name to clipboardExpand all lines: AspNet.Security.OAuth.Providers.ruleset
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<RuleSetName="AspNet.Security.OAuth.Providers Rules"Description="This rule set contains rules for the AspNet.Security.OAuth.Providers solution."ToolsVersion="16.0">
2
+
<RuleSetName="AspNet.Security.OAuth.Providers Rules"Description="This rule set contains rules for the AspNet.Security.OAuth.Providers solution."ToolsVersion="17.0">
Write-Host" -warnAsError <value> Sets warnaserror msbuild parameter ('true' or 'false')"
68
69
Write-Host" -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
69
70
Write-Host" -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio"
71
+
Write-Host" -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"
70
72
Write-Host""
71
73
72
74
Write-Host"Command line arguments not listed above are passed thru to msbuild."
0 commit comments