|
@@ -1,9 +1,8 @@
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
|
|
+ <TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputType>Exe</OutputType>
|
|
- <LangVersion>latest</LangVersion>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<!-- Opt out of the "easy mode" of the CoreRT compiler (http://aka.ms/OptimizeCoreRT) -->
|
|
<!-- Opt out of the "easy mode" of the CoreRT compiler (http://aka.ms/OptimizeCoreRT) -->
|
|
@@ -22,9 +21,9 @@
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Utf8Json" Version="1.3.7" />
|
|
<PackageReference Include="Utf8Json" Version="1.3.7" />
|
|
- <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.0.0-preview7.19362.4" />
|
|
|
|
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.0.0-preview7.19362.4" />
|
|
|
|
- <PackageReference Include="Microsoft.Extensions.Options" Version="3.0.0-preview7.19362.4" />
|
|
|
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.2" />
|
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.2" />
|
|
|
|
+ <PackageReference Include="Microsoft.Extensions.Options" Version="3.1.2" />
|
|
<PackageReference Include="RedHat.AspNetCore.Server.Kestrel.Transport.Linux" Version="3.0.0-*" />
|
|
<PackageReference Include="RedHat.AspNetCore.Server.Kestrel.Transport.Linux" Version="3.0.0-*" />
|
|
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
|
|
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|