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

Updated build docs for .NET Core 3.1 #4967

Merged
merged 3 commits into from
Mar 24, 2020

Conversation

mstfbl
Copy link
Contributor

@mstfbl mstfbl commented Mar 24, 2020

Updated Windows and Unix build docs for .NET Core 3.1.

Some specific things to note:

  • In addition to other platforms, .NET Core 3.1 supports Ubuntu 16.04+ and macOS 10.13 (High Sierra)
  • Visual Studio 2019 Version 16.4 or higher is needed for .NET Core 3.1.
  • /src files always build on both netstandard2.0 and netcoreapp3.1, and /tests only build on one target framework at a time: netcoreapp2.1, net461 or netcoreapp3.1

@mstfbl mstfbl requested a review from harishsk March 24, 2020 19:31
@mstfbl mstfbl requested a review from a team as a code owner March 24, 2020 19:31
@@ -1,4 +1,4 @@
ML.NET now builds for .NET Core 3.0 by default. However to run tests on .NET Core 3.0, you need to do a few manual steps.
ML.NET now builds for .NET Core 3.1 by default. However to run tests on .NET Core 3.1, you need to do a few manual steps.
Copy link
Contributor

@harishsk harishsk Mar 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this accurate? I think we build for netcoreapp21 when you run build. #Resolved

Copy link
Contributor Author

@mstfbl mstfbl Mar 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The src files always build on both netstandard2.0 and netcoreapp3.1. Meanwhile the tests only build on one target framework at a time: netcoreapp2.1, net461 or netcoreapp3.1 (Thanks @eerhardt !) I updated this document to reflect this. #Resolved

@mstfbl mstfbl merged commit 329817a into dotnet:master Mar 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants