-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Infrastructure - Rollout (May 2020) #35202
Labels
Comments
Tagging subscribers to this area: @ViktorHofer |
Dotnet-GitSync-Bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Apr 20, 2020
ViktorHofer
removed
the
untriaged
New issue has not been triaged by the area owner
label
Apr 20, 2020
ViktorHofer
changed the title
Infrastructure - Planned Rollouts (May 2020)
Infrastructure - Planned Rollout (May 2020)
Apr 20, 2020
Will net5 TFM switch come together with msbuild/nuget updates? |
The current sdk in dotnet/runtime already supports net5.0, there's no need to update the sdk again for that. |
This was referenced Apr 21, 2020
Closed
ViktorHofer
changed the title
Infrastructure - Planned Rollout (May 2020)
Infrastructure - Rollout (May 2020)
Apr 28, 2020
Closing as done. |
ghost
locked as resolved and limited conversation to collaborators
Dec 9, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
We'll use this issue to announce planned Infrastructure changes that will impact the developer workflow in
dotnet/runtime
.src/coreclr/build.[cmd/sh]
script will be removed in favor of the root build script and thesrc/coreclr/build-runtime.[cmd/sh]
script.TargetsNetFx
,TargetsNetCoreApp
andTargetsNetStandard
libraries helper properties will be removed. This is necessary to fix Intellisense issues in libraries projects. The recommended pattern is to condition onTargetFramework
inside the project file (e.g.TargetFramework.StartsWith('netstandard'))
) and onTargetFrameworkIdentifier
outside of the project file (e.g. in Directory.Build.targets'$(TargetFrameworkIdentifier)' == '.NETStandard'
).5.0.100-preview.5.20228.8
(https://github.com/dotnet/installer#installers-and-binaries)Archive
The text was updated successfully, but these errors were encountered: