I need the Microsoft ASP.Net Web Pages
NuGet package, but I need the version which targets .net 4.0
How do I figure this out?
Is there a way to figure this out for any given NuGet Package?
相关问题
- Importing NuGet references through a local project
- What SQLite NuGet package do I need
- Error installing MVVMCross from nuget into a PCL
- In VS2019 nuget doesn't consider referenced pr
- Including an unmanaged native library files to nug
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- NuGet web.config.transform issue
- .net standard用nuget发布package,依赖无法添加
- Can't update or install package: An item with
- How to use NuGet 3.0 with Visual Studio 2013?
- Nuget pack AND push within same batch script
- Error NU5012 - nuget pack unable to find path (/bi
- NHunspell package on NuGet not referencing and bei
The later versions of the Microsoft.AspNet.WebPages NuGet package only support .NET 4.5
The older version 2.0.30506.0 supports .NET 4.0
To figure this out I used the NuGet Package Explorer, displayed the list of package versions and opened a few of the NuGet packages to see what .NET frameworks they support. As far as I am aware you cannot get the supported .NET frameworks from the metadata returned by the nuget.org OData feed. The only way I know is to look inside the NuGet package itself.