updating powered soft data services and .net core to 2.2.0
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Newtonsoft.Json.Converters;
|
||||
using PoweredSoft.Data;
|
||||
using PoweredSoft.DynamicQuery.AspNetCore.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -11,6 +12,7 @@ namespace PoweredSoft.DynamicQuery.AspNetCore
|
||||
{
|
||||
public static IMvcBuilder AddPoweredSoftDynamicQuery(this IMvcBuilder builder)
|
||||
{
|
||||
builder.Services.AddPoweredSoftDataServices();
|
||||
builder.Services.AddPoweredSoftDynamicQuery();
|
||||
var serviceProvider = builder.Services.BuildServiceProvider();
|
||||
builder.AddJsonOptions(o =>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.3" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user