-
Notifications
You must be signed in to change notification settings - Fork 10.3k
<TargetFrameworks />
-> <TargetFramework />
#36727
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
Conversation
dougbu
commented
Sep 19, 2021
- avoid useless transitions to inner builds
- avoid useless transitions to inner builds
@rainersigwald will this impact build performance at all❔ |
- project builds only w/ `$(DefaultNetCoreTargetFramework)`
Yes, but you might not notice. Specifically, only one evaluation per project is required now, where before you were using two. Evaluation time is nontrivial but is not usually a huge component of build time. |
src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj
Outdated
Show resolved
Hide resolved
src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj
Outdated
Show resolved
Hide resolved
- but remove one more line
- take alternate fix
- thanx Co-authored-by: Sébastien Ros <[email protected]>
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1263812307 |
- backport of #36727 `<TargetFrameworks />` -> `<TargetFramework />` (#36727) * `<TargetFrameworks />` -> `<TargetFramework />` - avoid useless transitions to inner builds * Remove most `$(BenchmarksTargetFramework)` use Co-authored-by: Sébastien Ros <[email protected]>
- backport of #36727 `<TargetFrameworks />` -> `<TargetFramework />` (#36727) * `<TargetFrameworks />` -> `<TargetFramework />` - avoid useless transitions to inner builds * Remove most `$(BenchmarksTargetFramework)` use Co-authored-by: Sébastien Ros <[email protected]>