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