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
AgeCommit message (Collapse)Author
2016-11-16Replace .NET Platform Standard with .NET Standard (#13702)Immo Landwerth
2016-10-27Update net-platform-standard.md (#13080)Chris S
Fixed typo: "compatibility"
2016-07-10Direct readers to the docs for .NET Standard (#9707)Rich Lander
* Direct readers to the docs * Update net-platform-standard.md
2016-06-17Additional information about deprecated monikers (#8767)Mark Junker
2016-06-04Updates for accuracyOren Novotny
Make `uap10` -> `uap10.0` as that's the only way NuGet parses it correctly. Also bump up `netstandard` range to reflect current status.
2016-05-24Fixed some spelling mistakes.Austin Wise
2016-05-23Update NETStandardApp docs to NETCoreAppEric St. John
Update the docs to represent the new name and new NETStandard version.
2016-05-21Update NETStandard docs for 1.6Eric St. John
2016-05-12Remove disclaimer from net-platform-standard.mdEric Mellino
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.
2016-04-21Fixed a typoWade Wegner
2016-04-15Fixed minor grammatical errorJoseph Woodward
2016-04-06Fixed typoGerjan
Exising => Existing
2016-04-04Clarify API version.Eric St. John
2016-04-04Add autogeneration for netstandard support tableEric St. John
This change adds a target to generate the netstandard support table from build artifacts produced by packaging. The generation is currently manual since it contains packages in both the corefx and wcf repo. To update the doc you can run ``` msbuild src\packages.builds /t:GenerateNETStandardDocs /p:WcfPackageReportDir=<pathToWCF-repo>\bin\pkg\reports\ ```
2016-04-04Update docs for `NETStandard1.5` and `NetCoreApp`Eric St. John
This updates tables and text with the latest netstandard mappings. I've also added `netcoreapp` to the tables where appropriate and removed `DNXCore` & `DNX`.
2016-03-01Update net-standard-applications.mdAxel Heer
Fix minor typo
2016-01-27Add @davidfowl's TFM definitionEric St. John
2016-01-27Update cross-doc link and add pointer from old locationEric St. John
2016-01-25Move NETStandard docs and rename, add doc for NETStandardAppEric St. John