Upgrade AspNetCore to 2.1.3

This commit is contained in:
Oceania2018 2018-08-23 19:33:16 -05:00
parent af2bd8d89f
commit 02144c165f
4 changed files with 4 additions and 17 deletions

View file

@ -44,6 +44,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BotSharp.NLP" Version="0.2.2" />
<PackageReference Include="DotNetToolkit" Version="1.6.0" />
<PackageReference Include="EntityFrameworkCore.BootKit" Version="1.9.1" />
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="2.1.1" />
@ -55,8 +56,4 @@
<Folder Include="Engines\CoreNlp\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\BotSharp.NLP\BotSharp.NLP\BotSharp.NLP.csproj" />
</ItemGroup>
</Project>

View file

@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.2" />
</ItemGroup>
<ItemGroup>

View file

@ -127,8 +127,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="3.0.0" />

View file

@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.WebHost", "BotShar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Core.UnitTest", "BotSharp.Core.UnitTest\BotSharp.Core.UnitTest.csproj", "{A31A6853-DFB8-477D-8F09-8E6E3D166102}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.NLP", "..\BotSharp.NLP\BotSharp.NLP\BotSharp.NLP.csproj", "{01388132-B2F0-4760-8893-996B5E1ADCDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -53,14 +51,6 @@ Global
{A31A6853-DFB8-477D-8F09-8E6E3D166102}.Release|Any CPU.Build.0 = Release|Any CPU
{A31A6853-DFB8-477D-8F09-8E6E3D166102}.Release|x64.ActiveCfg = Release|x64
{A31A6853-DFB8-477D-8F09-8E6E3D166102}.Release|x64.Build.0 = Release|x64
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Debug|x64.ActiveCfg = Debug|x64
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Debug|x64.Build.0 = Debug|x64
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Release|Any CPU.Build.0 = Release|Any CPU
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Release|x64.ActiveCfg = Release|x64
{01388132-B2F0-4760-8893-996B5E1ADCDE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE