Skip to content

Commit

Permalink
Bump dotnet tool to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Dec 8, 2024
1 parent 476ebae commit e997a38
Showing 1 changed file with 2 additions and 2 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

0 comments on commit e997a38

Please sign in to comment.