Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable latest runtime patch #10133

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

ryzngard
Copy link
Contributor

@ryzngard ryzngard commented Mar 19, 2024

With this setting, the runtime config will require 8.0.1 to be set. This can cause issues for those without the latest patch installed. Fixes #10130

Now the runsettings look like

{
  "runtimeOptions": {
    "tfm": "net8.0",
    "rollForward": "LatestMajor",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "8.0.0"
    },
    "configProperties": {
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}

@ryzngard ryzngard requested a review from a team as a code owner March 19, 2024 23:15
Copy link
Contributor

@alexgav alexgav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ryzngard ryzngard enabled auto-merge March 19, 2024 23:19
@ryzngard ryzngard merged commit eb9363d into dotnet:main Mar 19, 2024
12 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Mar 19, 2024
@ryzngard ryzngard deleted the disable_latest_runtime_patch branch March 20, 2024 00:05
@RikkiGibson RikkiGibson modified the milestones: Next, 17.10 P3 Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatting aspnetcorerazor (*.cshtml) Files Breaks after v2.15.30
4 participants