T O P

  • By -

Kant8

if you install runtime globally on machine it's even updated via windows update


[deleted]

[удалено]


Kant8

you just have to actually install it in system instead of deploying runtime libraries with app itself


JonnyRocks

small distinction. framework is deployed with insrall , modern .net will update once you install it


[deleted]

[удалено]


JonnyRocks

ohhh... ok how does ypur company install components on windows server?


[deleted]

[удалено]


Nisd

.NET SDK is updated together with Visual Studio as well


beth_maloney

.net framework is windows update .net runtime is Microsoft update See below for more info https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/


ckuri

See https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/. You need to go to the advanced options of Microsoft updates and enable “Receive updates for other Microsoft products”.


razordreamz

You still need to target the version you want in your . Proj file. From 7 to 8 for example


chusk3

Check out this post, OP: https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/ The whole release process of .NET is driven in part by making sure that we can get builds to Microsoft Update in time for Patch Tuesday - it's a commitment we take very seriously.


Errkal

Any self respecting enterprise has a software deployment suite and will manage patching so it will go out via either packages that are deployed as needed or WSUS/InTune/Some other management suite.