Closed lbn-chef-team closed 7 years ago
Hello @lbn-chef-team
I think I understand your problem, but could you provide the error message you got?
To resolve this issue, your logic is right but because nt_version
is a float it won't work.
I think we might have to use the full platform_version
here or mix nt_version
+ platform_version
.
Thanks for your precise feedback, it helped a lot for the implementation!
Hello,
As defined here: https://msdn.microsoft.com/en-us/library/8z6watww%28v=vs.110%29.aspx
.NET 4.6.1 and 4.6.2 is applicable only on windows 10 RTM.
For Windows 10 Anniversary and windows 2016, only .NET 4.7 is installable.
Don't know if it is the only change to do at: https://github.com/criteo-cookbooks/ms_dotnet/blob/master/libraries/v4_helper.rb
Hope it can help. Regards,