Skip to content

Commit b458c34

Browse files
committed
chore(csproj): bump packages for security fix
1 parent c14ee6e commit b458c34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<VersionPrefix>2.0.1</VersionPrefix>
3+
<VersionPrefix>2.0.2</VersionPrefix>
44
<TargetFrameworks>netstandard1.6</TargetFrameworks>
55
<AssemblyName>JsonApiDotNetCore</AssemblyName>
66
<PackageId>JsonApiDotNetCore</PackageId>
@@ -16,10 +16,10 @@
1616
<RepositoryUrl>https://github.com/Research-Institute/json-api-dotnet-core</RepositoryUrl>
1717
</PropertyGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
20-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.1" />
22-
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" />
23-
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
19+
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.2" />
20+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />
22+
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
23+
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)