Update dependencies and switch to .netcoreapp2.2

This commit is contained in:
Nikolay Kochulin 2019-06-14 22:45:52 +03:00
parent 178f1ee089
commit 6bbc85ebf0
2 changed files with 8 additions and 8 deletions

View File

@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;</TargetFrameworks> <TargetFrameworks>netcoreapp2.2;</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.4"> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.2.4">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.4" /> <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
<PackageReference Include="Telegram.Bot" Version="14.10.0" /> <PackageReference Include="Telegram.Bot" Version="14.12.0" />
<PackageReference Include="NLog" Version="5.0.0-beta11" /> <PackageReference Include="NLog" Version="4.6.5" />
<PackageReference Include="NLog.Config" Version="4.5.11" /> <PackageReference Include="NLog.Config" Version="4.6.5" />
<ProjectReference Include="..\perfusion\Perfusion\Perfusion.csproj" /> <ProjectReference Include="..\perfusion\Perfusion\Perfusion.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

@ -1 +1 @@
Subproject commit aee1d6add5950fa0aa9abdaa19d6dcc73788a7f0 Subproject commit 40e8f8871f42f1f32c29480505cf5ac6ba61c393