[REEF-1885] Update the .NET Core projects to target .NET Core and Standard 2.0

This changes the .netcore projects (*.DotNet.csproj) to target netstandard2.0
for libraries and netcoreapp2.0 for tests. The commit includes the following:

 * Moving the target frameworks into the build.DotNetLibrary.props and
   build.DotNetApp.props. Projects no longer define their own target frameworks
   and now include the appropriate .props file.
 * Adding conditional references of C# libraries to separate what is referenced
   for .net core builds vs .net46 or .net451.
 * Updated the code that interfaces with the Windows Azure Storage library since
   the non-async calls are note available for .netcore. To keep the code
   consistent for .netcore and .net, the new code calls the appropriate async
   version of the API and blocks until the call is complete. This also updates
   the tests to do the same thing.
 * Additional changes to the xunit.DotNet.props to get tests working on all
   platforms.

With these changes, we can now build the existing DotNet projects on linux
platforms.

JIRA:
  [REEF-1885](https://issues.apache.org/jira/browse/REEF-1885)

Pull request:
  This closes #1379
29 files changed
tree: a67373741664f415e2c5a33f2fa6f718796e3909
  1. bin/
  2. dev/
  3. lang/
  4. website/
  5. .gitattributes
  6. .gitignore
  7. .travis.yml
  8. appveyor.yml
  9. Doxyfile
  10. HEADER
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Apache REEF™

Apache REEF™ (Retainable Evaluator Execution Framework) is a library for developing portable applications for cluster resource managers such as Apache Hadoop YARN or Apache Mesos. For example, Microsoft Azure Stream Analytics is built on REEF and Hadoop.

Online Documentation

Detailed information on REEF can be found in the following places:

The developer mailing list is the best way to reach REEF‘s developers when the above aren’t sufficient.

Build Status

ComponentOSStatus
REEF JavaUbuntuBuild Status
REEF.NETWindowsBuild status

Building REEF

Java.NET
Build & run unit testsjava\BUILD.mdcs\BUILD.md

Releases

downloads NuGet package

License

Apache 2.0