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

Infrastructure - Rollout (May 2020) #35202

Closed
ViktorHofer opened this issue Apr 20, 2020 · 4 comments
Closed

Infrastructure - Rollout (May 2020) #35202

ViktorHofer opened this issue Apr 20, 2020 · 4 comments

Comments

@ViktorHofer
Copy link
Member

ViktorHofer commented Apr 20, 2020

Overview

We'll use this issue to announce planned Infrastructure changes that will impact the developer workflow in dotnet/runtime.

Change Impact Assignee
#35115 The src/coreclr/build.[cmd/sh] script will be removed in favor of the root build script and the src/coreclr/build-runtime.[cmd/sh] script. @jkoritzinsky
#35176 The netcoreapp5.0 Target Framework Moniker will be replaced with net5.0 @ViktorHofer
#35285 Support for dotnet test in libraries will be added. The existing test target won't be removed. @ViktorHofer
#35589 The TargetsNetFx, TargetsNetCoreApp and TargetsNetStandard libraries helper properties will be removed. This is necessary to fix Intellisense issues in libraries projects. The recommended pattern is to condition on TargetFramework inside the project file (e.g. TargetFramework.StartsWith('netstandard'))) and on TargetFrameworkIdentifier outside of the project file (e.g. in Directory.Build.targets '$(TargetFrameworkIdentifier)' == '.NETStandard'). @Anipik

⚠️ SDK will be updated to >= 5.0.100-preview.5.20228.8 (https://github.com/dotnet/installer#installers-and-binaries)

Archive

@ghost
Copy link

ghost commented Apr 20, 2020

Tagging subscribers to this area: @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Apr 20, 2020
@ViktorHofer ViktorHofer removed the untriaged New issue has not been triaged by the area owner label Apr 20, 2020
@ViktorHofer ViktorHofer pinned this issue Apr 20, 2020
@ViktorHofer ViktorHofer changed the title Infrastructure - Planned Rollouts (May 2020) Infrastructure - Planned Rollout (May 2020) Apr 20, 2020
@marek-safar
Copy link
Contributor

Will net5 TFM switch come together with msbuild/nuget updates?

@ViktorHofer
Copy link
Member Author

ViktorHofer commented Apr 20, 2020

The current sdk in dotnet/runtime already supports net5.0, there's no need to update the sdk again for that.

@ViktorHofer
Copy link
Member Author

Closing as done.

@ghost 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.
Projects
None yet
Development

No branches or pull requests

5 participants