Skip to content

Commit

Permalink
Bump dotnet tool to .NET 8 (#1834)
Browse files Browse the repository at this point in the history
* Bump dotnet tool to .NET 8

* Update runtimeconfig.template.json
  • Loading branch information
slozier authored Dec 14, 2024
1 parent ddd1c69 commit a0f828f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package/dotnettool/IronPython.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.Build.NoTargets/3.3.0">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<AssemblyName>ipy</AssemblyName>
<UseAppHost>false</UseAppHost>
Expand Down Expand Up @@ -40,7 +40,7 @@ This package contains a standalone Python interpreter, invokable from the comman
<ItemGroup>
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
<!-- must match PackageReferences for the DLR -->
<PackageReference Include="System.CodeDom" Version="6.0.0" />
<PackageReference Include="System.CodeDom" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Package/dotnettool/runtimeconfig.template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
"version": "8.0.0"
},
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
Expand Down

0 comments on commit a0f828f

Please sign in to comment.