Skip to content

Commit bef2d00

Browse files
committed
Updating examples app to get packages from nuget.
1 parent 5f7b863 commit bef2d00

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/bin
22
/lib
33
/examples/packages
4-
/examples/build
54
AssemblyInfoCommon.cs
65
app.config
76
docs

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>..\build\Geocoding.dll</HintPath>
52+
<HintPath>..\packages\Geocoding.net.3.0.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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" />
56
<package id="Microsoft.AspNet.Mvc" version="4.0.30506.0" targetFramework="net45" />
67
<package id="Microsoft.AspNet.Mvc.FixedDisplayModes" version="1.0.0" targetFramework="net45" />
78
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net45" />

0 commit comments

Comments
 (0)