EsapiEssentials
EsapiEssentials copied to clipboard
Installation instructions
Apologies if this is too simple a question but I have been struggling to actually install and use Esapi essentials from visual studio. I understand that it can be downloaded via NuGet for a specific solution, but I am running into warnings about it not being compatible with .NET 5.0. Additionally, when I open a simple console project and enter using EsapiEssentials.Samples Visual Studio is unable to find this package despite the fact that it has been installed by nuget (albeit with warnings). Does this mean that EsapiEssentials will only run on .NET <5.0?
Thanks