-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
NuGet/NuGet.Client
#4401Milestone
Description
| TFM Component | Value |
|---|---|
| Friendly name | netnano |
| TFI | .NETnanoFramework |
Goals
- NuGet needs to able to recognize the TFM for .NET nanoFramework and select assets from a NuGet package into a project that targets .NET nanoFramework.
- NuGet needs to allow creating a NuGet package that includes assets for .NET nanoFramework.
- Normal versioning rules need to apply (e.g. a package can offer assets for multiple versions of the .NET nanoFramework and NuGet will use the largest version that is less or equal to the targeted version).
- Once NuGet knows of the TFM for .NET nanoFramework, the .NET nanoFramework maintainers should be able to ship new versions without having to submit any changes to the NuGet client.
Non-Goals
- NuGet doesn't need to understand any compatibility relationships between .NET nanoFramework and other TFM.
The spec is here
josesimoesEllerbach