Skip to content

Commit

Permalink
Merge pull request #392 from terrajobst/roadmap
Browse files Browse the repository at this point in the history
Update description for .NET Standard
  • Loading branch information
terrajobst authored Dec 13, 2016
2 parents c6efffe + c9ad3a1 commit e86a006
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ there are some big themes you will identify in the early work on GitHub:

[vs2017-rc]: https://blogs.msdn.microsoft.com/dotnet/2016/12/12/updating-visual-studio-2017-rc-net-core-tooling-improvements/

* **.NET Standard 2.0**. Having a large set of common APIs that are consistent
across .NET Framework, .NET Core and Xamarin making it easier to share code
across those platforms and making it easier for package authors to build NuGet
packages. .NET Core gain over 5,000 APIs from .NET Framework as part of this
work. You can follow this work in the
* **Lower the Barrier of Entry and Reach** .NET Standard 2.0 standardizes the
shared APIs across .NET Framework, .NET Core and Xamarin making it easy to
share code across all of .NET. .NET Core gain over 5,000 APIs from .NET
Framework as part of this work making it a broader platform. Simplifying how a
developer references .NET Core from many packages to one. Simplified
acquisition of runtime and tools. And easier to reference Linux platforms and
their dependencies. You can follow this work in the
[dotnet/standard](https://github.com/dotnet/standard) repo.

* **.NET Core Tooling**. Evolve the tooling aligned with the next .NET Core
Expand Down

0 comments on commit e86a006

Please sign in to comment.