mirror of
https://github.com/Jetsparrow/karmabot.git
synced 2026-01-21 00:56:09 +03:00
Update dependencies and switch to .netcoreapp2.2
This commit is contained in:
parent
e4923e4d79
commit
c07a2051e3
@ -1,18 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFrameworks>netcoreapp2.1;</TargetFrameworks>
|
||||
<TargetFrameworks>netcoreapp2.2;</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.4">
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.2.4">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
|
||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.4" />
|
||||
<PackageReference Include="Telegram.Bot" Version="14.10.0" />
|
||||
<PackageReference Include="NLog" Version="5.0.0-beta11" />
|
||||
<PackageReference Include="NLog.Config" Version="4.5.11" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.2.0" />
|
||||
<PackageReference Include="Telegram.Bot" Version="14.12.0" />
|
||||
<PackageReference Include="NLog" Version="4.6.5" />
|
||||
<PackageReference Include="NLog.Config" Version="4.6.5" />
|
||||
<ProjectReference Include="..\perfusion\Perfusion\Perfusion.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit aee1d6add5950fa0aa9abdaa19d6dcc73788a7f0
|
||||
Subproject commit 40e8f8871f42f1f32c29480505cf5ac6ba61c393
|
||||
Loading…
Reference in New Issue
Block a user