jberezanski / ChocolateyPackages

Chocolatey packages maintained by me
MIT License
83 stars 51 forks source link

.NET Framework 4.8.1 #136

Closed jberezanski closed 1 year ago

jberezanski commented 1 year ago

https://devblogs.microsoft.com/dotnet/announcing-dotnet-framework-481/

- [ ] update dependency of visualstudio2022*

jberezanski commented 1 year ago

As .NET 4.8.1 only supports recent Win10/Win11/Server 2022, visualstudio2022* cannot be bumped, because it would cause failures on older OSes. VS only installs 4.8.1 on newest OSes, it uses 4.8 on older. No way to express it in Chocolatey, unfortunately.

jberezanski commented 1 year ago

For the same reason, dotnetfx cannot be simply updated to an official 4.8.1 package release. As a workaround, releasing 4.8.1.0-rtw, so that it won't be picked up by default.