Skip to content

dotnet.microsoft.com

Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source

Package Information

  • Domain: dotnetmicrosoft.com
  • Name: dotnet.microsoft.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install dotnet

Programs

This package provides the following executable programs:

  • dotnet

Aliases

This package can also be accessed using these aliases:

  • dotnet

Available Versions

Show all 32 versions
  • 9.0.202, 9.0.102, 9.0.100, 8.0.410, 8.0.405
  • 8.0.403, 8.0.402, 8.0.401, 8.0.313, 8.0.308
  • 8.0.303, 8.0.302, 8.0.301, 8.0.206, 8.0.204
  • 8.0.203, 8.0.112, 8.0.107, 8.0.106, 8.0.104
  • 8.0.101, 8.0.100, 7.0.404, 7.0.306, 7.0.120
  • 6.0.424, 6.0.423, 6.0.422, 6.0.417, 6.0.132
  • 6.0.131, 6.0.130

Latest Version: 9.0.202

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +dotnetmicrosoft.com@9.0.202 -- $SHELL -i

Dependencies

This package depends on:

  • linux:unicode.org^71
  • linux:openssl.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dotnetmicrosoftcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.