|
@@ -1,7 +1,7 @@
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
|
|
+ <TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputType>Exe</OutputType>
|
|
<LangVersion>latest</LangVersion>
|
|
<LangVersion>latest</LangVersion>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
@@ -12,11 +12,11 @@
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.3" />
|
|
|
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.2.0" />
|
|
<PackageReference Include="Utf8Json" Version="1.3.7" />
|
|
<PackageReference Include="Utf8Json" Version="1.3.7" />
|
|
- <PackageReference Include="Npgsql" Version="4.0.3" />
|
|
|
|
- <PackageReference Include="MySqlConnector" Version="0.47.1" />
|
|
|
|
- <PackageReference Include="RedHat.AspNetCore.Server.Kestrel.Transport.Linux" Version="2.1.0-*" />
|
|
|
|
|
|
+ <PackageReference Include="Npgsql" Version="4.0.4" />
|
|
|
|
+ <PackageReference Include="MySqlConnector" Version="0.48.2" />
|
|
|
|
+ <PackageReference Include="RedHat.AspNetCore.Server.Kestrel.Transport.Linux" Version="2.2.0-*" />
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
</Project>
|
|
</Project>
|