-
-
Notifications
You must be signed in to change notification settings - Fork 124
2. NuGet packages π¦
Here is all the available ComputeSharp NuGet packages:
To install ComputeSharp, run the following command in the Package Manager Console
Install-Package ComputeSharp
Alternatively, use the NuGet package manager wizard in Visual Studio or your IDE of choice.
More details available here.
Preview packages for ComputeSharp are available on the preview feed https://pkgs.computesharp.dev/index.json.
To access these previews, you can simply ensure you have the "Include prerelease" checkbox checked in Visual Studio. This will search and display any preview packages in the version dropdown for ComputeSharp. The -alpha
suffix is typically used for any of these releases. Additionally, you can reference this docs for information on how to configure an additional NuGet source, which is necessary to access preview packages from the preview feed.