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.
* Update to ASP.NET Core 7 preview 1
Update to target .NET 7 and ASP.NET Core 7 preview 1.
* Update to ASP.NET Core 7 preview 2
Update to ASP.NET Core 7 preview 2.
* Update to ASP.NET Core 7 preview 3
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.
* Remove workaround for RSG002
Remove workaround for RSG002 compiler error, which I can no longer replicate.
* Update to ASP.NET Core 7 preview 5
Update to preview 5 of ASP.NET Core 7.
* 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.
* 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 dependencies
Update NuGet packages to their latest versions.
* Update to ASP.NET Core 7
Update to the stable release of ASP.NET Core 7.
* Revert build workflow changes
Revert changes to build for the `dev-7.0.0` branch.
* Revert change to publish packages for .NET 7
Revert change missed from the previous commit.
* Revert PreRelease properties
Revert changes to the `PreRelease*` MSBuild properties for .NET 7 previews.
Copy file name to clipboardExpand all lines: AspNet.Security.OpenId.Providers.ruleset
+1-1
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.OpenId.Providers Rules"Description="This rule set contains rules for the AspNet.Security.OpenId.Providers solution."ToolsVersion="16.0">
2
+
<RuleSetName="AspNet.Security.OpenId.Providers Rules"Description="This rule set contains rules for the AspNet.Security.OpenId.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