- name: dotnet-runtime-100
- description: This is the content snap that provides the .NET 10 runtime binaries for application snaps that need it through the content interface.
- snapcraft: snapcraft.yaml
- upstream: GitHub - dotnet/dotnet: Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
- upstream-relation: I work in the Toolchains team at Canonical, maintaining the .NET runtime and SDK deb packages in the Ubuntu archive, as well as the snaps in the Snap Store.
- interfaces:
- dotnet-runtime:
- request-type: auto-connection
- reasoning: Apps that depend on the .NET Runtime to run can use these content snaps as providers of the runtime. The goal with the runtime content interface auto-connecting is to make the snap experience more seamless for .NET applications by removing the need for non-technical users to run
snap connect
after installing applications for them to properly work.
- dotnet-runtime:
Note: The following .NET runtime content snaps, which are also maintained by us, already have the content interface auto-connection enabled, as previously requested:
- dotnet-runtime-90
- dotnet-runtime-80
- dotnet-runtime-70
- dotnet-runtime-60