Skip to content

Commit e9d1a5f

Browse files
Chris Martinezcommonsensesoftware
Chris Martinez
authored andcommitted
Update ASP.NET Core reference to be < 2.0
1 parent bd36e6d commit e9d1a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.1.1" />
18+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="[1.1.1,2.0.0)" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">

0 commit comments

Comments
 (0)