Skip to content

Commit 7bf5627

Browse files
committed
chore(csproj): bump JsonApiDotNetCore package to 1.2
1 parent fcef9e0 commit 7bf5627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TodoListAPI/TodoListAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="JsonApiDotNetCore" Version="1.0.0" />
12+
<PackageReference Include="JsonApiDotNetCore" Version="1.2.*" />
1313
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.1" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
1515
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" />
1616
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="1.1.0" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.0" />

0 commit comments

Comments
 (0)