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

Commit 8a3c806

Browse files
committed
Fixed assembly references
1 parent e269778 commit 8a3c806

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

src/DropBoxWebForms/DropBoxWebForms/DropBoxWebForms.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Microsoft.CSharp" />
37-
<Reference Include="Nemiro.OAuth">
38-
<HintPath>..\packages\Nemiro.OAuth.1.9\lib\net40\Nemiro.OAuth.dll</HintPath>
37+
<Reference Include="Nemiro.OAuth, Version=1.10.4.895, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net40\Nemiro.OAuth.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System.Web.DynamicData" />
4142
<Reference Include="System.Web.Entity" />

src/GoogleDriveWebForms/GoogleDriveWebForms/GoogleDriveWebForms.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Microsoft.CSharp" />
37-
<Reference Include="Nemiro.OAuth">
38-
<HintPath>..\packages\Nemiro.OAuth.1.9\lib\net40\Nemiro.OAuth.dll</HintPath>
37+
<Reference Include="Nemiro.OAuth, Version=1.10.4.895, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net40\Nemiro.OAuth.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System.Web.DynamicData" />
4142
<Reference Include="System.Web.Entity" />

src/MyDropBox/MyDropBox/MyDropBox.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Nemiro.OAuth">
36-
<HintPath>..\packages\Nemiro.OAuth.1.6\lib\net45\Nemiro.OAuth.dll</HintPath>
35+
<Reference Include="Nemiro.OAuth, Version=1.10.45.895, Culture=neutral, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>..\packages\Nemiro.OAuth.1.10\lib\net45\Nemiro.OAuth.dll</HintPath>
3738
</Reference>
38-
<Reference Include="Nemiro.OAuth.LoginForms">
39-
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.0\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
39+
<Reference Include="Nemiro.OAuth.LoginForms, Version=1.2.45.893, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\Nemiro.OAuth.LoginForms.1.2\lib\net45\Nemiro.OAuth.LoginForms.dll</HintPath>
4042
</Reference>
4143
<Reference Include="System" />
4244
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)