File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
MakingSense.AspNetCore.Abstractions
MakingSense.AspNetCore.HypermediaApi Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
2
3
- version : 2.0 .0-alpha-{build}
3
+ version : 2.1 .0-alpha-{build}
4
4
5
5
nuget :
6
6
project_feed : true
Original file line number Diff line number Diff line change 11
11
<PackageLicenseUrl >http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl >
12
12
<RepositoryType >git</RepositoryType >
13
13
<RepositoryUrl >git://github.com/MakingSense/aspnet-hypermedia-api</RepositoryUrl >
14
- <VersionPrefix >2.0 .0-alpha</VersionPrefix >
14
+ <VersionPrefix >2.1 .0-alpha</VersionPrefix >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
using Microsoft . AspNetCore . Http ;
5
5
using Microsoft . AspNetCore . Mvc ;
6
6
using Microsoft . AspNetCore . Mvc . Abstractions ;
7
- using Microsoft . AspNetCore . Mvc . Internal ;
8
7
using Microsoft . AspNetCore . Routing ;
9
8
using Microsoft . Extensions . Logging ;
10
9
using Microsoft . Extensions . DependencyInjection ;
11
10
using Microsoft . Net . Http . Headers ;
12
11
using System . Linq ;
13
12
using MakingSense . AspNetCore . HypermediaApi . Metadata ;
14
13
using MakingSense . AspNetCore . HypermediaApi . Linking ;
14
+ using Microsoft . AspNetCore . Mvc . Infrastructure ;
15
15
16
16
namespace MakingSense . AspNetCore . HypermediaApi . ExceptionHandling
17
17
{
Original file line number Diff line number Diff line change 11
11
<PackageLicenseUrl >http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl >
12
12
<RepositoryType >git</RepositoryType >
13
13
<RepositoryUrl >git://github.com/MakingSense/aspnet-hypermedia-api</RepositoryUrl >
14
- <VersionPrefix >2.0 .0-alpha</VersionPrefix >
14
+ <VersionPrefix >2.1 .0-alpha</VersionPrefix >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
18
<ProjectReference Include =" ..\MakingSense.AspNetCore.Abstractions\MakingSense.AspNetCore.Abstractions.csproj" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0 .0" />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.1 .0" />
23
23
<PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
24
24
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
25
25
<PackageReference Include =" System.Linq" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments