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
2017-04-25Update netfx baselinesEric St. John
2017-04-12Add netfx configurations for libs in NETStandardEric St. John
For any libary that is part of netstandard and needs to either add types to desktop or satisfy a higher assembly version that we previously shipped, ensure we have both a netfx ref and src build. The ref build is required because previously we were using the src build (partial facade) as both ref and lib. This is problematic because we need to build the full netstandard.dll facade before building src projects. Ensuring a ref build also helps reduce package size since we don't end up shipping the partial facade implementation in ref. Src build has been added where it wasn't already present to fill in the missing types, members, or satisfy the previously shipped assembly version in netstandard1.x.
2017-04-06Add netfx configuration to shim project to build netstandard shimWes Haggard