From f40a451e89df449c66c4f6a99ecd946e860ace74 Mon Sep 17 00:00:00 2001 From: zhontai <361243234@qq.com> Date: Wed, 15 Nov 2023 18:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/pkg.props | 2 +- build/pkg_push.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pkg.props b/build/pkg.props index e55be18e..b1a0aae6 100644 --- a/build/pkg.props +++ b/build/pkg.props @@ -1,6 +1,6 @@ - 5.0.0 + 5.0.1 net8.0 false true diff --git a/build/pkg_push.ps1 b/build/pkg_push.ps1 index eec4f9a8..b1899ab6 100644 --- a/build/pkg_push.ps1 +++ b/build/pkg_push.ps1 @@ -47,7 +47,7 @@ Write-Host "dotnet pack -- start" foreach($project in $projects) { $projectFolder = Join-Path $rootFolder $project Write-Host "projectFolder:" $projectFolder -dotnet pack $projectFolder -p:TargetFrameworks=net7.0 --no-build -c Release /p:SourceLinkCreate=true /p:SolutionDir=$rootFolder -o $nuGetOutputFolder; +dotnet pack $projectFolder -p:TargetFrameworks=net8.0 --no-build -c Release /p:SourceLinkCreate=true /p:SolutionDir=$rootFolder -o $nuGetOutputFolder; } Write-Host "dotnet pack -- end" # pause