Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit b496597

Browse files
committed
Updating example project to point v3.1
1 parent 194f8c4 commit b496597

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Example.Web/Example.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</Reference>
5050
<Reference Include="Geocoding, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7c714700b88674c7, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\Geocoding.net.3.0.0\lib\net40\Geocoding.dll</HintPath>
52+
<HintPath>..\packages\Geocoding.net.3.1.0\lib\net40\Geocoding.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Microsoft.CSharp" />
5555
<Reference Include="System" />

examples/Example.Web/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Autofac" version="3.1.5" targetFramework="net45" />
44
<package id="Autofac.Mvc4" version="3.1.0" targetFramework="net45" />
5-
<package id="Geocoding.net" version="3.0.0" targetFramework="net45" />
5+
<package id="Geocoding.net" version="3.1.0" targetFramework="net45" />
66
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net45" />
88
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net45" />

0 commit comments

Comments
 (0)