File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <VersionPrefix >2.0.1 </VersionPrefix >
3
+ <VersionPrefix >2.0.2 </VersionPrefix >
4
4
<TargetFrameworks >netstandard1.6</TargetFrameworks >
5
5
<AssemblyName >JsonApiDotNetCore</AssemblyName >
6
6
<PackageId >JsonApiDotNetCore</PackageId >
16
16
<RepositoryUrl >https://github.com/Research-Institute/json-api-dotnet-core</RepositoryUrl >
17
17
</PropertyGroup >
18
18
<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 " />
24
24
</ItemGroup >
25
25
</Project >
You can’t perform that action at this time.
0 commit comments