Skip to content

Commit

Permalink
Updating example project to point v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Feb 4, 2014
1 parent 194f8c4 commit b496597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Example.Web/Example.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</Reference>
<Reference Include="Geocoding, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7c714700b88674c7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Geocoding.net.3.0.0\lib\net40\Geocoding.dll</HintPath>
<HintPath>..\packages\Geocoding.net.3.1.0\lib\net40\Geocoding.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion examples/Example.Web/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Autofac" version="3.1.5" targetFramework="net45" />
<package id="Autofac.Mvc4" version="3.1.0" targetFramework="net45" />
<package id="Geocoding.net" version="3.0.0" targetFramework="net45" />
<package id="Geocoding.net" version="3.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net45" />
Expand Down

0 comments on commit b496597

Please sign in to comment.