From fd4835dbdf6f56609b1984a43b50ef8e1dad62fc Mon Sep 17 00:00:00 2001 From: xuejiaming <326308290@qq.com> Date: Thu, 16 Mar 2023 18:41:17 +0800 Subject: [PATCH] publish 7.x.1.3 fixed [#231] --- nuget-publish.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuget-publish.bat b/nuget-publish.bat index 1e3fcae5..e02ecfc6 100644 --- a/nuget-publish.bat +++ b/nuget-publish.bat @@ -1,10 +1,10 @@ :start ::定义版本 -set EFCORE7=7.7.1.2 -set EFCORE6=7.6.1.2 -set EFCORE5=7.5.1.2 -set EFCORE3=7.3.1.2 -set EFCORE2=7.2.1.2 +set EFCORE7=7.7.1.3 +set EFCORE6=7.6.1.3 +set EFCORE5=7.5.1.3 +set EFCORE3=7.3.1.3 +set EFCORE2=7.2.1.3 ::删除所有bin与obj下的文件 @echo off