File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
RestSharp.IntegrationTests Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 62
62
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
63
63
</PropertyGroup >
64
64
<ItemGroup >
65
- <Reference Include =" nunit.framework" >
66
- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
67
- </Reference >
68
65
<Reference Include =" System" />
69
66
<Reference Include =" System.Core" >
70
67
<RequiredTargetFramework >3.5</RequiredTargetFramework >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" NUnit" version =" 2.6.3" targetFramework =" net40" />
4
3
<package id =" xunit" version =" 1.9.2" targetFramework =" net40" />
5
4
<package id =" xunit.extensions" version =" 1.9.2" targetFramework =" net40" />
6
5
</packages >
Original file line number Diff line number Diff line change 38
38
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
39
39
</PropertyGroup >
40
40
<ItemGroup >
41
- <Reference Include =" nunit.framework" >
42
- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
43
- </Reference >
44
41
<Reference Include =" System" />
45
42
<Reference Include =" System.Core" />
46
43
<Reference Include =" System.Xml.Linq" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" NUnit" version =" 2.6.3" targetFramework =" net40" />
4
3
</packages >
You can’t perform that action at this time.
0 commit comments