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-08-04Use new WinRT APIs for SpecialFolders (#22664)Jeremy Kuhne
* Use new WinRT APIs for SpecialFolders * Update tests * Update test package Fix test verification * Clean up project files * Add back test skip condition * Add comments and fallback Windows dir.
2017-07-17Move RID computations to dir.propsTom Deseyn
Move the RID calculation to the common dir.props file. Compute a ToolRuntimeRID to be used for assets that need to run as part of the tools infrastructure to build things. Compute PackageRID which will be used as the target RID for the assets that are being built. Make sure both ToolRuntimeRID and PackageRID honor both a specific and a portable RID.
2017-06-28Updating Windows.winmd to use the one from RS3 WindowsSDKJose Perez Rodriguez
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-02-03Update external/winrt to use BinPlaceRef propEric St. John
2017-02-03Set configuration for WinRT depproj to netcoreapp/uap instead of netstandardWes Haggard
when it was set to netstandard it would binplace to the netstandad ref folder which caused errors in our apicompat checks. Windows.winmd is not support in a netstandard way so having specific targets is better anyway.
2017-02-03Move WinRT targeting pack under externalWes Haggard