-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Trim down framework references for Blazor dev server #31420
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"framework": { | ||
"name": "Microsoft.AspNetCore.App", | ||
"version": "6.0.0-preview.3.21167.1" | ||
captainsafia marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"rollForwardOnNoCandidateFx": 2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does 2 mean here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It updates to the latest available framework version based on the major patch. So if the version here says 6.0.0-preview.3 and the user has 6.0.0, 5.04, and 6.0.0-preview.3, it'll pick 6.0.0. |
||
} | ||
} |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.