This repo is building the .NET Standard
Clone or download
Permalink
Failed to load latest commit information.
.github Fix CODEOWNER definitions Oct 15, 2018
Microsoft.Packaging.Tools.Trimming Disable unwanted references/targets Oct 24, 2018
apicompat Convert .csproj files to SDK style Oct 24, 2018
buildpipeline Remove refName tags Oct 25, 2018
docs Fixed version numbers on netstandard2.0.md Oct 27, 2018
eng Updating version files (#955) Nov 3, 2018
external/docs Convert .csproj files to SDK style Oct 24, 2018
netstandard Merge branch 'master' into editor-browsable Oct 31, 2018
pkg Remove Microsoft.Packaging.Tools Jun 7, 2017
platforms Disable unwanted references/targets Oct 24, 2018
.gitattributes Initial commit Sep 1, 2016
.gitignore Bootstrap arcade Oct 24, 2018
CONTRIBUTING.md Initial commit Sep 1, 2016
Directory.Build.props Disable unwanted references/targets Oct 24, 2018
Directory.Build.targets Convert .csproj files to SDK style Oct 24, 2018
DotnetCLIVersion.txt Fix S.R.Metadata errors and update init-tools.cmd to new packages dir… Aug 30, 2018
LICENSE.TXT Update the License May 15, 2017
NuGet.config Seed arcade files into standard repo Sep 24, 2018
Packaging.props Replace hard-coded link with aka.ms link Oct 19, 2018
README.md Link to Versions document in README Apr 3, 2017
THIRD-PARTY-NOTICES.TXT Update the License May 15, 2017
build.cmd Bootstrap arcade Oct 24, 2018
build.proj Remove Sign target from build script, update build pool Oct 24, 2018
build.sh Bootstrap arcade Oct 24, 2018
clean.cmd Add double quotation marks for pathes have space(s) Dec 6, 2016
dependencies.props Bootstrap arcade Oct 24, 2018
dir.traversal.targets Add Conflict Resolution task Dec 28, 2016
global.json Updating version files (#955) Nov 3, 2018
netci.groovy Let build detect correct VS/msbuild prompt Sep 12, 2018
packages.builds Convert .csproj files to SDK style Oct 24, 2018
publish.msbuild Convert .csproj files to SDK style Oct 24, 2018
src.builds Convert .csproj files to SDK style Oct 24, 2018

README.md

.NET Standard

This repository contains the principles and definition of the .NET Standard.

.NET Standard solves the code sharing problem for .NET developers across all platforms by bringing all the APIs that you expect and love across the environments that you need: desktop applications, mobile apps & games, and cloud services:

  • .NET Standard is a set of APIs that all .NET platforms have to implement. This unifies the .NET platforms and prevents future fragmentation.
  • .NET Standard 2.0 will be implemented by .NET Framework, .NET Core, and Xamarin. For .NET Core, this will add many of the existing APIs that have been requested.
  • .NET Standard 2.0 includes a compatibility shim for .NET Framework binaries, significantly increasing the set of libraries that you can reference from your .NET Standard libraries.
  • .NET Standard will replace Portable Class Libraries (PCLs) as the tooling story for building multi-platform .NET libraries.

How to Engage, Contribute and Provide Feedback

You are also encouraged to start a discussion by filing an issue.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Learning More

Currently defined versions of the .NET Standard can be located in the Versions document.

For more information, check out the FAQ. It should answer any questions you have not covered by the versions documentation.