static void

ASP.Net

History

Nuget vs jQuery

jQuery v2+ (2013) is not compatible with IE 6-8. Most corporate environments should be on Windows 7 with IE11 (2013), but WinXP users are stuck on IE8. In packages.config you can limit jQuery to the last IE8 comaptible version.

<package id="jQuery" version="1.12.4" targetFramework="net461" allowedVersions="[1.10.1,2)" />

ASP.Net Core (2016-)

Blazor (2020-)

Legacy