|
@@ -1,6 +1,6 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
|
|
|
+ <TargetFrameworks>netstandard2.1;net5;net6</TargetFrameworks>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
<Authors>懒得勤快</Authors>
|
|
|
<Company>懒得勤快</Company>
|
|
@@ -31,9 +31,6 @@
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
<PackageReference Include="TinyPinyin.Net" Version="1.0.2" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
|
|
|
- </ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
|
|
|
</ItemGroup>
|