Skip to content

Commit 0612bbd

Browse files
Chris Martinezcommonsensesoftware
Chris Martinez
authored andcommitted
Fix dependabot reference suggestions. Resolves #872
1 parent ea1c08a commit 0612bbd

File tree

5 files changed

+1
-39
lines changed

5 files changed

+1
-39
lines changed

test/Microsoft.AspNet.OData.Versioning.ApiExplorer.Tests/Microsoft.AspNet.OData.Versioning.ApiExplorer.Tests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<Reference Include="Microsoft.CSharp" />
14-
<Reference Include="System" />
1513
<Reference Include="System.ComponentModel.DataAnnotations" />
1614
</ItemGroup>
17-
18-
<ItemGroup>
19-
<PackageReference Include="System.Runtime" Version="4.1.0" />
20-
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
21-
</ItemGroup>
2215

2316
</Project>

test/Microsoft.AspNet.OData.Versioning.Tests/Microsoft.AspNet.OData.Versioning.Tests.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\..\src\Microsoft.AspNet.OData.Versioning\Microsoft.AspNet.OData.Versioning.csproj" />
1111
</ItemGroup>
12-
13-
<ItemGroup>
14-
<Reference Include="Microsoft.CSharp" />
15-
<Reference Include="System" />
16-
</ItemGroup>
17-
18-
<ItemGroup>
19-
<PackageReference Include="System.Runtime" Version="4.1.0" />
20-
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
21-
</ItemGroup>
2212

2313
<Import Project="..\OData.Test.Shared\OData.Test.Shared.projitems" Label="Shared" />
2414

test/Microsoft.AspNet.WebApi.Acceptance.Tests/Microsoft.AspNet.WebApi.Acceptance.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<Reference Include="Microsoft.CSharp" />
17-
<Reference Include="System" />
1816
<Reference Include="System.ComponentModel.DataAnnotations" />
1917
</ItemGroup>
2018

2119
<ItemGroup>
22-
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.3" />
23-
<PackageReference Include="System.Runtime" Version="4.1.0" />
24-
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
20+
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" />
2521
</ItemGroup>
2622

2723
<Import Project="..\Acceptance.Test.Shared\Acceptance.Test.Shared.projitems" Label="Shared" />

test/Microsoft.AspNet.WebApi.Versioning.ApiExplorer.Tests/Microsoft.AspNet.WebApi.Versioning.ApiExplorer.Tests.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,4 @@
99
<ProjectReference Include="..\..\src\Microsoft.AspNet.WebApi.Versioning.ApiExplorer\Microsoft.AspNet.WebApi.Versioning.ApiExplorer.csproj" />
1010
</ItemGroup>
1111

12-
<ItemGroup>
13-
<Reference Include="Microsoft.CSharp" />
14-
<Reference Include="System" />
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<PackageReference Include="System.Runtime" Version="4.1.0" />
19-
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
20-
</ItemGroup>
21-
2212
</Project>

test/Microsoft.AspNet.WebApi.Versioning.Tests/Microsoft.AspNet.WebApi.Versioning.Tests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<Reference Include="Microsoft.CSharp" />
15-
<Reference Include="System" />
1614
<Reference Include="System.Web" />
1715
</ItemGroup>
18-
19-
<ItemGroup>
20-
<PackageReference Include="System.Runtime" Version="4.1.0" />
21-
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
22-
</ItemGroup>
2316

2417
<Import Project="..\Test.Common\Test.Common.projitems" Label="Shared" />
2518

0 commit comments

Comments
 (0)