1. 24 1月, 2018 2 次提交
    • J
      Remove unneeded file copying · 425409d1
      Jared Parsons 提交于
      Now that the netstandard2.0 references are available via the
      MS.CA.Test.Reosurces.Proprietary NuGet package we no longer need to copy
      them around on the file system (that's where they were previously being
      referenced from).
      425409d1
    • J
      Move to NetStandard2.0 RTM for our ref assemblies · 1ec0ba66
      Jared Parsons 提交于
      This changes the reference assemblies we use for the CoreClr compiler
      compilation to be Net Standard 2.0 RTM. Previously they were a beta
      version.
      
      This did mean a number of tests had to be moved to be desktop specific
      again. This is primarily due to the presence of ValueTuple as a default
      type in Net Standard 2.0. Tests that relied on ValueTuple not being
      defined had to be moved to net461 which doesn't have that type defined
      by default.
      1ec0ba66
  2. 23 1月, 2018 1 次提交
  3. 21 1月, 2018 1 次提交
  4. 20 1月, 2018 6 次提交
  5. 19 1月, 2018 14 次提交
  6. 18 1月, 2018 6 次提交
  7. 17 1月, 2018 9 次提交
  8. 13 1月, 2018 1 次提交