Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Fixed assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseynemiro committed Jun 22, 2015
1 parent e269778 commit 8a3c806
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions src/DropBoxWebForms/DropBoxWebForms/DropBoxWebForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth">
<HintPath>..\packages\Nemiro.OAuth.1.9\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.10.4.895, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Nemiro.OAuth">
<HintPath>..\packages\Nemiro.OAuth.1.9\lib\net40\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.10.4.895, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net40\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
Expand Down
10 changes: 6 additions & 4 deletions src/MyDropBox/MyDropBox/MyDropBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Nemiro.OAuth">
<HintPath>..\packages\Nemiro.OAuth.1.6\lib\net45\Nemiro.OAuth.dll</HintPath>
<Reference Include="Nemiro.OAuth, Version=1.10.45.895, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net45\Nemiro.OAuth.dll</HintPath>
</Reference>
<Reference Include="Nemiro.OAuth.LoginForms">
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.0\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.2.45.893, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.2\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 8a3c806

Please sign in to comment.