PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
185 stars 31 forks source link

Question: Any concerns for moving SHiPS to depend on .Net 4.7.1? #94

Closed jianyunt closed 6 years ago

jianyunt commented 6 years ago

Hi I am going to upgrade the version of the .Net dependency for SHiPS to .Net 4.7.1. Do you have any concerns? Currently SHiPS depends on .Net 4.6. If you have win10 machine, .Net 4.7.1 should be already there.

cc @mattmcnabb @stefanstranger @jzabroski @michaeltlombardi @oising @DexterPOSH @DonovanBrown @rchaganti

rchaganti commented 6 years ago

.NET 4.7.1 is not in-box in Windows Server 2016 RS1 - RS3. Although, RS3 carries 4.7. Right? If so, is that a cause of concern? Personally, I am OK with this dependency.

jianyunt commented 6 years ago

Thanks @rchaganti. I will leave the .net dependency unchanged for now. Later on I will move it to .netstandard 2.0 build. Thanks again.

DexterPOSH commented 6 years ago

Welcome the move to .netstandard 2.0 👍