From 33f55dc7904f7f3d51e122bef6e80e5e3750d46a Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Mar 2025 17:02:05 -0400 Subject: [PATCH] .net 8 --- Jenkinsfile | 2 +- vassago.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ebc992..3bd225d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Build') { steps { sh 'dotnet publish vassago.csproj --configuration Release --os linux' - archiveArtifacts artifacts: 'bin/Release/net9.0/linux-x64/publish/*' + archiveArtifacts artifacts: 'bin/Release/net8.0/linux-x64/publish/*' } } stage ('upload') { diff --git a/vassago.csproj b/vassago.csproj index 3c3c5ba..dae7d44 100644 --- a/vassago.csproj +++ b/vassago.csproj @@ -1,7 +1,7 @@ - net9.0 + net8.0 enable $(NoWarn);CA2254