From a0f828f5e896e6abe22ac74327ead27f2fede92c Mon Sep 17 00:00:00 2001 From: slozier Date: Sat, 14 Dec 2024 00:00:58 -0500 Subject: [PATCH] Bump dotnet tool to .NET 8 (#1834) * Bump dotnet tool to .NET 8 * Update runtimeconfig.template.json --- Package/dotnettool/IronPython.Console.csproj | 4 ++-- Package/dotnettool/runtimeconfig.template.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package/dotnettool/IronPython.Console.csproj b/Package/dotnettool/IronPython.Console.csproj index 9fb8878c3..068b735ff 100644 --- a/Package/dotnettool/IronPython.Console.csproj +++ b/Package/dotnettool/IronPython.Console.csproj @@ -2,7 +2,7 @@ - net6.0 + net8.0 Exe ipy false @@ -40,7 +40,7 @@ This package contains a standalone Python interpreter, invokable from the comman - + diff --git a/Package/dotnettool/runtimeconfig.template.json b/Package/dotnettool/runtimeconfig.template.json index 6b5bfaaf5..e11bce72e 100644 --- a/Package/dotnettool/runtimeconfig.template.json +++ b/Package/dotnettool/runtimeconfig.template.json @@ -1,7 +1,7 @@ { "framework": { "name": "Microsoft.NETCore.App", - "version": "6.0.0" + "version": "8.0.0" }, "configProperties": { "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true