NETStandard.Library 1.6.1 source code

Satya 1 Reputation point
2022-08-12T14:39:01.593+00:00

Can someone provide the link for NETStandard.Library 1.6.1 source code? I'm not able to find it anywhere. I need this really urgent. Please help.
I could find the source code for NETStandard.Library 2.1.0 (https://github.com/dotnet/standard/archive/refs/tags/v2.1.0.zip)

It is also enough if someone can help me with the commit Id of this commit (NETStandard.Library 1.6.1)

Developer technologies .NET Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-08-12T18:53:41.403+00:00

    Sorry 1.6.1 predates GitHub. 2.0 was the first GitHub release.

    The source is not particularly interesting. It just a specification of api’s (no code) to build a library used to resolve compile references. There is no more information than any library inspector would give.

    At runtime the actual hosting implementation of .net standard 1.6.1 is used, not the library used for the compile.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.