Skip to content

Infrastructure - Rollout (May 2020) #35202

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions