Skip to content

Commit ec3f095

Browse files
committed
update project build scripts
1 parent f31a405 commit ec3f095

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
</PropertyGroup>
6565
<ItemGroup>
6666
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
68-
<Private>True</Private>
67+
<SpecificVersion>False</SpecificVersion>
68+
<HintPath>..\..\bin\Newtonsoft.Json.dll</HintPath>
6969
</Reference>
7070
<Reference Include="System" />
7171
<Reference Include="System.Core" />

src/QiniuTests/QiniuTests.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
41-
<HintPath>..\packages\NUnit.3.7.1\lib\net40\nunit.framework.dll</HintPath>
42-
<Private>True</Private>
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>..\..\bin\nunit.framework.dll</HintPath>
4343
</Reference>
4444
<Reference Include="System" />
4545
</ItemGroup>
@@ -49,11 +49,7 @@
4949
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
5050
</ItemGroup>
5151
</When>
52-
<Otherwise>
53-
<ItemGroup>
54-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
55-
</ItemGroup>
56-
</Otherwise>
52+
<Otherwise />
5753
</Choose>
5854
<ItemGroup>
5955
<Compile Include="CDN\CdnManagerTests.cs" />

0 commit comments

Comments
 (0)