Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Dec 5, 2016
1 parent 00678e2 commit 26c8a94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Shop.WebApi/Shop.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Shop.AzureUtilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shop.AzureUtilities.1.0.0\lib\net461\Shop.AzureUtilities.dll</HintPath>
<HintPath>..\packages\Shop.AzureUtilities.1.0.0-ci-20161205-203056\lib\net461\Shop.AzureUtilities.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Shop.WebApi/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- remove any machine-wide sources with <clear/> -->
<clear />
<!-- add a Team Services feed -->
<add key="MyGreatFeed" value="https://rainerdemotfs-westeu.pkgs.visualstudio.com/_packaging/TechnicalSummit/nuget/v3/index.json" />
<add key="MyGreatFeed" value="https://rainerdemotfs-westeu.pkgs.visualstudio.com/_packaging/TechSummitDemoFeed/nuget/v3/index.json" />
<!-- also get packages from the NuGet Gallery -->
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
Expand Down
2 changes: 1 addition & 1 deletion Shop.WebApi/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
<package id="Owin" version="1.0" targetFramework="net461" />
<package id="Shop.AzureUtilities" version="1.0.0" targetFramework="net461" />
<package id="Shop.AzureUtilities" version="1.0.0-ci-20161205-203056" targetFramework="net461" />
<package id="Swashbuckle" version="5.5.3" targetFramework="net461" />
<package id="Swashbuckle.Core" version="5.5.3" targetFramework="net461" />
<package id="System.Spatial" version="5.8.1" targetFramework="net461" />
Expand Down

0 comments on commit 26c8a94

Please sign in to comment.