对于.NET Framework 4.5,Nugets安装DotLiquid失败

时间:2017-01-20 16:00:02

标签: c# .net nuget nuget-package dotliquid

我是Nugets install和DotLiquid的新手,我在使用Nugets安装DotLiquid时遇到以下错误:

indexDF

From here,它说DotLiquid确实支持.NET Framework 4.5,但我不知道如何<#34; 下载nuget包&#34;, download link from dotliquid仅显示超过4年的套餐。

如何解决?

PS。如果我尝试Install failed. Rolling back... Install-Package : Could not install package 'DotLiquid 2.0.64'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. At line:1 char:1 + Install-Package DotLiquid ,我会得到这个:

Get-Package DotLiquid

更新:

我刚刚安装了最新的NuGet扩展程序(并重启了我的MS VS几次),但问题仍然存在。我目前的NuGet版本:

PM> Get-Package DotLiquid
No packages installed.

0 个答案:

没有答案