Skip to content

Commit af844d9

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Clip package references at next major version. Resolves #376.
1 parent ec37af9 commit af844d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Microsoft.AspNet.OData.Versioning/Microsoft.AspNet.OData.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNet.OData" Version="7.0.1" />
23+
<PackageReference Include="Microsoft.AspNet.OData" Version="[7.0.1,8.0.0)" />
2424
</ItemGroup>
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

src/Microsoft.AspNet.WebApi.Versioning/Microsoft.AspNet.WebApi.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.3" />
19+
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="[5.2.3,6.0.0)" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

src/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="2.0.0" />
24+
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="[2.0.0,3.0.0)" />
2525
</ItemGroup>
2626

2727
<Import Project="..\Shared\Shared.projitems" Label="Shared" />

src/Microsoft.AspNetCore.Mvc.Versioning/Microsoft.AspNetCore.Mvc.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.0.0" />
20+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="[2.0.0,3.0.0)" />
2121
</ItemGroup>
2222

2323
<Import Project="..\Common\Common.projitems" Label="Shared" />

src/Microsoft.AspNetCore.OData.Versioning/Microsoft.AspNetCore.OData.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.0.1" />
27+
<PackageReference Include="Microsoft.AspNetCore.OData" Version="[7.0.1,8.0.0)" />
2828
</ItemGroup>
2929

3030
<Import Project="..\Common.OData\Common.OData.projitems" Label="Shared" />

0 commit comments

Comments
 (0)