From 8b53f663319fdc75cf3197ca6d329216230fdfef Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 12 Jun 2024 21:50:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9A=A1=20=E5=8D=87=E7=BA=A7=E8=87=B3?= =?UTF-8?q?.net9=20prev5=20(#142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tk --- Dockerfile | 2 +- .../NetAdmin.Infrastructure/NetAdmin.Infrastructure.csproj | 2 +- src/backend/NetAdmin.Tests/NetAdmin.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 998ba9c3..f7fb4ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-preview.4 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0.0-preview.5 AS base WORKDIR /app EXPOSE 8080 RUN apt update diff --git a/src/backend/NetAdmin.Infrastructure/NetAdmin.Infrastructure.csproj b/src/backend/NetAdmin.Infrastructure/NetAdmin.Infrastructure.csproj index 0a3b98b2..fad99b56 100644 --- a/src/backend/NetAdmin.Infrastructure/NetAdmin.Infrastructure.csproj +++ b/src/backend/NetAdmin.Infrastructure/NetAdmin.Infrastructure.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/backend/NetAdmin.Tests/NetAdmin.Tests.csproj b/src/backend/NetAdmin.Tests/NetAdmin.Tests.csproj index dfc9cfb0..806d5908 100644 --- a/src/backend/NetAdmin.Tests/NetAdmin.Tests.csproj +++ b/src/backend/NetAdmin.Tests/NetAdmin.Tests.csproj @@ -4,7 +4,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all