Skip to content

Commit e997a38

Browse files
committed
Bump dotnet tool to .NET 8
1 parent 476ebae commit e997a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package/dotnettool/IronPython.Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.Build.NoTargets/3.3.0">
33

44
<PropertyGroup>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<OutputType>Exe</OutputType>
77
<AssemblyName>ipy</AssemblyName>
88
<UseAppHost>false</UseAppHost>
@@ -40,7 +40,7 @@ This package contains a standalone Python interpreter, invokable from the comman
4040
<ItemGroup>
4141
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
4242
<!-- must match PackageReferences for the DLR -->
43-
<PackageReference Include="System.CodeDom" Version="6.0.0" />
43+
<PackageReference Include="System.CodeDom" Version="8.0.0" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

0 commit comments

Comments
 (0)