Skip to content

Commit 2182fee

Browse files
authored
Merge pull request #128 from fengyhack/master
travis-ci fix
2 parents 9b392b4 + 0d7a656 commit 2182fee

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Thumbs.db
1919
*.cache
2020
*.ilk
2121
*.log
22-
[Bb]in
22+
#[Bb]in
2323
[Dd]ebug*/
2424
*.lib
2525
*.sbr
478 KB
Binary file not shown.

bin/qiniu-csharp-sdk-v7.2.5.zip

164 KB
Binary file not shown.

src/Qiniu/Qiniu.Net40.Travis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646
<ItemGroup>
4747
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
48+
<HintPath>..\..\bin\json.net-v9.0.1-net40\Newtonsoft.Json.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="System" />

0 commit comments

Comments
 (0)