发布x..6.0.33
This commit is contained in:
parent
afec836c52
commit
7f1edb4dd8
|
@ -1,9 +1,9 @@
|
|||
:start
|
||||
::定义版本
|
||||
set EFCORE2=2.6.0.32
|
||||
set EFCORE3=3.6.0.32
|
||||
set EFCORE5=5.6.0.32
|
||||
set EFCORE6=6.6.0.32
|
||||
set EFCORE2=2.6.0.33
|
||||
set EFCORE3=3.6.0.33
|
||||
set EFCORE5=5.6.0.33
|
||||
set EFCORE6=6.6.0.33
|
||||
|
||||
::删除所有bin与obj下的文件
|
||||
@echo off
|
||||
|
|
|
@ -44,8 +44,9 @@
|
|||
<Compile Remove="..\..\src\ShardingCore\ShardingTableConfig.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.6" />
|
||||
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.6" />
|
||||
<!-- <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />-->
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<LangVersion>9.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue