You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 12:34:43 +07:00
Upgrade Node to v20 (#484)
* Node Version upgrade to 20 * 4.0.0 * Action Files upgrade to 20 * Updated version for outdated * Update Format check * Auth Test file update
This commit is contained in:
@ -253,7 +253,10 @@ export class DotnetCoreInstaller {
|
||||
DotnetInstallDir.setEnvironmentVariable();
|
||||
}
|
||||
|
||||
constructor(private version: string, private quality: QualityOptions) {}
|
||||
constructor(
|
||||
private version: string,
|
||||
private quality: QualityOptions
|
||||
) {}
|
||||
|
||||
public async installDotnet(): Promise<string | null> {
|
||||
const versionResolver = new DotnetVersionResolver(this.version);
|
||||
|
Reference in New Issue
Block a user