OK I've figured out why it wouldn't build on my PC. Turned out, there is a file 
`lang/cs/global.json` that requires .NET Core SDK of version **exactly** 
`2.1.301`. I used to have that version, but after a VisualStudio update it had 
been replaced with `2.1.400` and that broke the build. To fix it, I had to 
install `2.1.301` manually, clean up the project and rebuild it. I think we 
should not target any exact version of the SDK, and use broader version spec 
instead (e.g. `2.0` or `2.1`)

[ Full content available at: https://github.com/apache/reef/pull/1477 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to