|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputType>Exe</OutputType>
|
|
- <TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
|
+ <TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>App</RootNamespace>
|
|
<RootNamespace>App</RootNamespace>
|
|
@@ -10,12 +10,12 @@
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.32" />
|
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.32" />
|
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.32" />
|
|
|
|
- <PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.5" />
|
|
|
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
|
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
|
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
|
|
|
|
+ <PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.8" />
|
|
|
|
|
|
- <PackageReference Include="SqlSugarCore" Version="5.1.4.169" />
|
|
|
|
|
|
+ <PackageReference Include="SqlSugarCore" Version="5.1.4.171" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|