dotnet / standard

This repo is building the .NET Standard
3.07k stars 428 forks source link

Excel File with apis isn't found #29

Closed FransBouma closed 8 years ago

FransBouma commented 8 years ago

This document: https://github.com/dotnet/standard/blob/master/docs/netstandard-20/netstandard-20-apis.md

specifies:

The current proposed API list for .NET Standard is being tracked \\fxcore\Platforms\NetStandard\netstandard20.xlsx

But that file isn't found. Where is it located?

terrajobst commented 8 years ago

It's on an internal share but it's outdated at this point. The source of truth is our reference assembly:

https://github.com/dotnet/standard/tree/master/netstandard/ref

We currently don't have build drops. My plan is to make the contents browsable via https://apisof.net.

FransBouma commented 8 years ago

Ok :)