This more of a placeholder issue than anything right now. Today, the build uses dotnet-cli and the project.json schema for managing the build. In the future, .NET Core is moving back to MSBuild, which we'll need to use if we want to leverage .NET Standard 2.0 (which we want to do in the 6.0.0 timeframe).
I have no idea what the work entails right now (or if we can get started yet), but I wanted to get it on everyone's radar.
This more of a placeholder issue than anything right now. Today, the build uses
dotnet-cliand theproject.jsonschema for managing the build. In the future, .NET Core is moving back to MSBuild, which we'll need to use if we want to leverage .NET Standard 2.0 (which we want to do in the 6.0.0 timeframe).I have no idea what the work entails right now (or if we can get started yet), but I wanted to get it on everyone's radar.