Moved Mono.CSharp reference to NuGet

This commit is contained in:
Rob King
2016-01-21 15:42:59 +00:00
parent 8e8f95f25f
commit b5e40c262f
2 changed files with 3 additions and 2 deletions

View File

@@ -54,8 +54,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Mono.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\mono\Mono.CSharp.dll</HintPath>
<HintPath>..\..\..\packages\Mono.CSharp.4.0.0.143\lib\4.5\Mono.CSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />

View File

@@ -4,4 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net451" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
<package id="Mono.CSharp" version="4.0.0.143" targetFramework="net452" />
</packages>