From 47583569826fe172370168e309e9c0c616c6cc4e Mon Sep 17 00:00:00 2001 From: xuejiaming <326308290@qq.com> Date: Wed, 4 Jan 2023 20:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=837.x.0.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aaa.bat | 3 +++ nuget-publish.bat | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 aaa.bat diff --git a/aaa.bat b/aaa.bat new file mode 100644 index 00000000..02db8b3c --- /dev/null +++ b/aaa.bat @@ -0,0 +1,3 @@ +dotnet build -c Release +echo complete +pause \ No newline at end of file diff --git a/nuget-publish.bat b/nuget-publish.bat index 18ec112d..3b663c39 100644 --- a/nuget-publish.bat +++ b/nuget-publish.bat @@ -1,10 +1,10 @@ :start ::定义版本 -set EFCORE7=7.7.0.12 -set EFCORE6=7.6.0.12 -set EFCORE5=7.5.0.12 -set EFCORE3=7.3.0.12 -set EFCORE2=7.2.0.12 +set EFCORE7=7.7.0.13 +set EFCORE6=7.6.0.13 +set EFCORE5=7.5.0.13 +set EFCORE3=7.3.0.13 +set EFCORE2=7.2.0.13 ::删除所有bin与obj下的文件 @echo off