Y
Hacker News
new
|
ask
|
show
|
jobs
by
easton
1313 days ago
.NET Core security patches aren't pushed via Windows Update, only .NET Framework (since it's built into Windows). Unless something changed recently?
2 comments
seritools
1313 days ago
If "Microsoft Update" is enabled in the Windows Update settings, you
do
get .NET Core updates:
https://devblogs.microsoft.com/dotnet/net-core-updates-comin...
link
easton
1313 days ago
News to me! I always deploy .NET 5/6 stuff on Linux, explains why I'm out of the loop. Thanks!
link
vel0city
1313 days ago
You missed how there effectively isn't a .NET Core/.NET Framework delination anymore. It is just .NET, and .NET gets security patches from Windows Update.
link
pjmlp
1313 days ago
.NET Core got renamed into .NET as of .NET 5, and it is still quite relevant to make a difference, plenty of people still don't get it.
link