1. 27 5月, 2017 1 次提交
  2. 25 5月, 2017 2 次提交
  3. 24 5月, 2017 1 次提交
  4. 20 5月, 2017 2 次提交
  5. 16 5月, 2017 3 次提交
  6. 13 5月, 2017 1 次提交
  7. 11 5月, 2017 4 次提交
  8. 09 5月, 2017 2 次提交
  9. 08 5月, 2017 3 次提交
  10. 04 5月, 2017 4 次提交
  11. 02 5月, 2017 3 次提交
    • J
      c7d8ba25
    • J
      Remove dependency on 3.5 framework · 805124c6
      Jared Parsons 提交于
      The Net20 framework projects were accidentally depending on 3.5
      framework in order to build.  This is due to how they generate
      resources.
      
      By default when generating resources for a 2.0 framework project the
      MSBuild task from 3.5 was being used.  This is not installed by default
      with Visual Studio and only through the 3.5 framework.
      
      This went unnoticed when moving to the new SDK because all of the
      Jenkins machines and @jaredpar machines have it installed.
      
      Setting the `$(GenerateResourceMSBuildRuntime)` property to
      CurrentRuntime will use the GenerateResource task from the current
      version of MSBuild.  This is how resources were being generated before
      the migration.
      805124c6
    • J
      Update Elfie version to be 0.10.6 · 0d2149bd
      Jason Malinowski 提交于
      This was reverted as a part of 5fe4adb3 but should have been
      put back.
      0d2149bd
  12. 01 5月, 2017 14 次提交