Skip to content

Infrastructure - Rollout (May 2020) #35202

Closed
@ViktorHofer

Description

@ViktorHofer

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions