Skip to content

Commit a0f828f

Browse files
authored
Bump dotnet tool to .NET 8 (#1834)
* Bump dotnet tool to .NET 8 * Update runtimeconfig.template.json
1 parent ddd1c69 commit a0f828f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>

Package/dotnettool/runtimeconfig.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"framework": {
33
"name": "Microsoft.NETCore.App",
4-
"version": "6.0.0"
4+
"version": "8.0.0"
55
},
66
"configProperties": {
77
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

0 commit comments

Comments
 (0)