-
Notifications
You must be signed in to change notification settings - Fork 1.9k
How to build for netcoreapp3.0 #1011
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
Comments
From https://github.com/dotnet/machinelearning/blob/master/Directory.Build.props#L106 and https://github.com/dotnet/machinelearning/blob/master/src/Microsoft.ML.CpuMath/Microsoft.ML.CpuMath.csproj#L6, it seems |
Yes, there's a few fixes I am making as part of writing these instructions. Hope to have them out by EOD. |
We should document how to build to run on .NET Core 3.0 (so as to use the .NET hardware intrinsics)
I tried various ideas such as
build -- /p:targetframework=netcoreapp3.0
but didn't succeed yet.@eerhardt ?
The text was updated successfully, but these errors were encountered: