|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
@@ -18,7 +18,7 @@
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.3" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
|
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="2.1.1" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
|
</ItemGroup>
|