MartinPo / ConvertProjectsToPcl

Convert 4.5 .NET Projects to Portable Class Libraries (PCL)
GNU General Public License v2.0
6 stars 2 forks source link

Modified dependency on .NET 4.5 to .NET [4.5,) #1

Closed jjrdk closed 9 years ago

jjrdk commented 9 years ago

Solves problem installing on computers with .Net 4.6

MartinPo commented 9 years ago
Hello Jacob,

  thanks for your commit. The change should now be online per Visual
  Studio Gallery Update.
  Please validate if works as excpected. I don´t know how to
  reproduce or to test.

  thanks for your help 
  Martin

  Am 16.05.2015 um 14:03 schrieb Jacob Reimers:

  Solves problem installing on computers with .Net 4.6

  You can view, comment on, or merge this pull request online
    at:
    https://github.com/MartinPo/ConvertProjectsToPcl/pull/1
  Commit Summary

    Modified dependency on .NET 4.5 to .NET [4.5,)

  File Changes

     M ConvertToPclVSIX/source.extension.vsixmanifest
      (2) 

  Patch Links:

    https://github.com/MartinPo/ConvertProjectsToPcl/pull/1.patch
    https://github.com/MartinPo/ConvertProjectsToPcl/pull/1.diff

  —
    Reply to this email directly or view
      it on GitHub.
jjrdk commented 9 years ago

Thanks. I installed it from the Gallery and the problem is gone :-) If you install .NET 4.6 it will fail if the fix is not applied.