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