From 63f4df45f80050f74ec224d49a6b997d2f2d6fcf Mon Sep 17 00:00:00 2001 From: Robert Ludewig Date: Thu, 21 Dec 2023 10:03:31 +0100 Subject: [PATCH] Use .NET 8 --- ReadyToRunRepro/ReadyToRunRepro.csproj | 2 +- buildandrun.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadyToRunRepro/ReadyToRunRepro.csproj b/ReadyToRunRepro/ReadyToRunRepro.csproj index 7ab0c16..157f21d 100644 --- a/ReadyToRunRepro/ReadyToRunRepro.csproj +++ b/ReadyToRunRepro/ReadyToRunRepro.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/buildandrun.ps1 b/buildandrun.ps1 index f1f605e..52d0859 100644 --- a/buildandrun.ps1 +++ b/buildandrun.ps1 @@ -1,3 +1,3 @@ dotnet publish .\ReadyToRunRepro\ReadyToRunRepro.csproj --configuration=Release -p:PublishReadyToRun=true --runtime win-x64 --self-contained -.\ReadyToRunRepro\bin\Release\net7.0\win-x64\publish\ReadyToRunRepro.exe \ No newline at end of file +.\ReadyToRunRepro\bin\Release\net8.0\win-x64\publish\ReadyToRunRepro.exe \ No newline at end of file