Skip to content

Commit 4f48f21

Browse files
authored
Merge pull request #32 from TattsGroup/nuget-fixes
Tidy up Nuget package/dependencies
2 parents d320bed + 70c10b3 commit 4f48f21

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

Rally.RestApi.Test/Rally.RestApi.Test.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<ItemGroup>
4646
<Reference Include="Microsoft.CSharp" />
4747
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
48-
<Reference Include="Rally.RestApi">
49-
<HintPath>..\Rally.RestApi\bin\Debug\Rally.RestApi.dll</HintPath>
50-
</Reference>
5148
<Reference Include="System" />
5249
<Reference Include="System.Core">
5350
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -94,6 +91,12 @@
9491
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
9592
</None>
9693
</ItemGroup>
94+
<ItemGroup>
95+
<ProjectReference Include="..\Rally.RestApi\Rally.RestApi.csproj">
96+
<Project>{d8b8d5ec-7482-4742-9516-876cee07c8af}</Project>
97+
<Name>Rally.RestApi</Name>
98+
</ProjectReference>
99+
</ItemGroup>
97100
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
98101
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99102
Other similar extension points exist, see Microsoft.Common.targets.

Rally.RestApi/packages.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HtmlAgilityPack" version="1.4.9.4" targetFramework="net45" />
4-
<package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net45" />
5-
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
7-
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net45" />
8-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
93
</packages>

packages/repositories.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)