1. 17 5月, 2017 1 次提交
  2. 11 4月, 2017 1 次提交
    • W
      Updates how we define which key an assembly uses · 4185183e
      Wes Haggard 提交于
      Now instead of Use*Key a project can instead define the assembly key
      in the project (genreally the common dir.pops for a project) using
      the AssemblyKey property. The accepted values are Open, ECMA, MSFT,
      Test.
      
      This change allows for a repo to set the default key they want to use
      for projects. In corefx we have switched the default to use the Open
      key instead of the old BuildTools default of MSFT key.
      
      As part of this update we are explicitly setting the AssemblyKey in
      all the library projects (although it is really only necessary for
      projects that aren't the default).
      
      Also with this change we are updating all the new libraries that have
      not yet shipped stable (compared to our 1.1 release) and making them
      use the Open key. Which means that for prerelease dependencies there
      might be some binary breaking changes to consume.
      
      The following libraries ahven't shipped so there key is being
      changed from MSFT to Open:
      Microsoft.XmlSerializer.Generator
      System.CodeDom
      System.Configuration.ConfigurationManager
      System.Data.Odbc
      System.DirectoryServices
      System.DirectoryServices.AccountManagement
      System.DirectoryServices.Protocols
      System.IO.Ports
      System.Json
      System.Memory
      System.Net.HttpListener
      System.Net.Mail
      System.Net.ServicePoint
      System.Net.WebClient
      System.Net.WebProxy
      System.Private.Xml
      System.Private.Xml.Linq
      System.Security.Cryptography.Xml
      System.Security.Permissions
      System.Transactions.Local
      System.Web.HttpUtility
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/ac09a797d09502ebab61f7167bb856846602e1e6
      4185183e
  3. 09 2月, 2017 1 次提交
  4. 09 12月, 2016 1 次提交
  5. 23 10月, 2016 1 次提交
  6. 06 10月, 2016 1 次提交
  7. 28 9月, 2016 1 次提交
  8. 24 8月, 2016 1 次提交
  9. 26 2月, 2015 1 次提交
  10. 19 2月, 2015 1 次提交
  11. 14 1月, 2015 1 次提交
  12. 13 1月, 2015 1 次提交
  13. 07 1月, 2015 1 次提交
  14. 20 12月, 2014 1 次提交
  15. 18 12月, 2014 3 次提交