File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
- <VersionPrefix >1.2.2 </VersionPrefix >
3
+ <VersionPrefix >1.3.0 </VersionPrefix >
5
4
<TargetFramework >netcoreapp1.0</TargetFramework >
6
5
<AssemblyName >JsonApiDotNetCore</AssemblyName >
7
6
<PackageId >JsonApiDotNetCore</PackageId >
8
7
<RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
9
8
<PackageTargetFallback >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
10
9
</PropertyGroup >
11
-
12
10
<ItemGroup >
13
11
<PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 1.1.1" />
14
12
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.2" />
15
13
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 1.1.1" />
16
14
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 1.1.1" />
15
+ <PackageReference Include =" System.ValueTuple" Version =" 4.3.0" />
17
16
</ItemGroup >
18
-
19
- </Project >
17
+ </Project >
You can’t perform that action at this time.
0 commit comments