Small changes

This commit is contained in:
Natsumi
2025-09-13 09:54:22 +12:00
parent e4962cc180
commit aeabb5181d
5 changed files with 25 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ const https = require('https');
const { spawnSync } = require('child_process');
const { getArchAndPlatform } = require('./utils');
const DOTNET_VERSION = '9.0.8';
const DOTNET_VERSION = '9.0.9';
const DOTNET_RUNTIME_DIR = path.join(
__dirname,
'..',