From 4fdbb20e08c7c3fa7d9d4f02125125e9254f0265 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 19 Sep 2024 16:10:42 +0800 Subject: [PATCH] Update `Volo.Abp.ExceptionHandling.Tests` to `net9.0`. --- .../Volo.Abp.ExceptionHandling.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/test/Volo.Abp.ExceptionHandling.Tests/Volo.Abp.ExceptionHandling.Tests.csproj b/framework/test/Volo.Abp.ExceptionHandling.Tests/Volo.Abp.ExceptionHandling.Tests.csproj index 0c56c7190c..7e05f96701 100644 --- a/framework/test/Volo.Abp.ExceptionHandling.Tests/Volo.Abp.ExceptionHandling.Tests.csproj +++ b/framework/test/Volo.Abp.ExceptionHandling.Tests/Volo.Abp.ExceptionHandling.Tests.csproj @@ -3,7 +3,7 @@ - net8.0 + net9.0