Unable to resolve dependencies on installation with .Net

Unable to resolve dependencies on installation with .Net

Hello,

First time post, new to jQuery.

I'm wanting to use jQueryUI with .Net C# MVC applications. I already have jQuery 1.10.2 installed in my project. I'm doing some video training that requires jQuery.UI.Combined, which I don't have yet, so I'm trying to install it with NuGet, inside Visual Studio 2017. Since versions 1.12.x require jQuery >= 1.12.4, and I only have jQuery 1.10.2, I'm trying for version 1.11.4 of the UI, since that only requires jQuery >= 1.6.4.

But all that's kind of beside the point, because whichever one I try to install, or even if I go back to an even older version of the UI, I get an error in Visual Studio that says

Unable to resolve dependencies. 'Microsoft.Net.Compilers 1.3.2' is not compatible with 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform 1.0.7 constraint: Microsoft.Net.Compilers (>= 2.1.0)'.
I haven't been able to find any advice on this by searching. I know the error message doesn't seem to relate to jQuery, but since I get it during attempted installation of jQuery, it seems like it must be prompted by some other dependency, so I'm hoping that someone here might have some insight.