Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-05-12 20:52:54 +0300
committerEric Mellino <erme@microsoft.com>2016-05-12 20:52:54 +0300
commit69c54bc5d8bf618dcbf982ea82ca554191c07cd1 (patch)
tree3326028346713615d2a2f70bc38acd917ac2c2ce /Documentation
parent2d20347608819936be8b8488219e8aaa9b93e65b (diff)
Remove disclaimer from net-platform-standard.md
The disclaimer is not accurate any longer. These features are implemented in the packages and can be consumed with the newer tools. I replaced the mention of "DNU" with ".NET CLI" in the supported tools section.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/architecture/net-platform-standard.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/Documentation/architecture/net-platform-standard.md b/Documentation/architecture/net-platform-standard.md
index 580657de9e..4be1cb3d1a 100644
--- a/Documentation/architecture/net-platform-standard.md
+++ b/Documentation/architecture/net-platform-standard.md
@@ -1,10 +1,5 @@
# .NET Platform Standard
-## Disclaimer
-We're sharing early plans for the future of building .NET class libraries. To track the progress of this work refer to https://github.com/dotnet/corefx/issues/4367
-
-**NOTE: The netstandard TFM does not work in packages as yet. It's still implemented as dotnet. Please follow the issues for more details and progress updates.**
-
## Why?
To provide a more concrete guarantee of binary portability to future .NET-capable platforms with an easier-to-understand platform versioning plan.
@@ -254,7 +249,7 @@ Tooling support for the `netstandard` TFM is as follows. This list will be updat
- **Visual Studio 2012**: With NuGet Extension `<TBD>`
- **NuGet CLI 3.x**: `<TBD>`
- **NuGet CLI 2.x**: `<TBD>`
-- **DNU**: `<TBD>`
+- **.NET CLI**: `Preview 1`
- **Xamarin Studio**: `<TBD>`
## List of Proposed Standard Platform Contracts from CoreFX (tentative)