Skip to content

Commit 8a4c927

Browse files
committed
feat(csproj): add System.ValueTuple
1 parent 72ffb77 commit 8a4c927

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
4-
<VersionPrefix>1.2.2</VersionPrefix>
3+
<VersionPrefix>1.3.0</VersionPrefix>
54
<TargetFramework>netcoreapp1.0</TargetFramework>
65
<AssemblyName>JsonApiDotNetCore</AssemblyName>
76
<PackageId>JsonApiDotNetCore</PackageId>
87
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
98
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
109
</PropertyGroup>
11-
1210
<ItemGroup>
1311
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
1412
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
1513
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.1" />
1614
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
15+
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
1716
</ItemGroup>
18-
19-
</Project>
17+
</Project>

0 commit comments

Comments
 (0)