Update all MVC reference to 3.0.0.0

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-11-21 13:06:39 -08:00
parent c18968d30b
commit 65849e7ff6
10 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
</Reference>