优化了是否允许原生efcore查询的条件

This commit is contained in:
xuejiaming 2021-12-30 13:33:25 +08:00
parent 440cfeeff3
commit e181348c65
2 changed files with 4 additions and 11 deletions

View File

@ -1,9 +1,9 @@
:start
::定义版本
set EFCORE2=2.3.2.04
set EFCORE3=3.3.2.04
set EFCORE5=5.3.2.04
set EFCORE6=6.3.2.04
set EFCORE2=2.3.2.05
set EFCORE3=3.3.2.05
set EFCORE5=5.3.2.05
set EFCORE6=6.3.2.05
::删除所有bin与obj下的文件
@echo off

View File

@ -8,13 +8,6 @@
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Sample.SqlServer": {
"commandName": "Project",
"dotnetRunMessages": "true",