Skip to content

Latest commit

 

History

History
 
 

dotnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Prerequisites

Running the Example

cd MomentoExamples
dotnet nuget add source https://momento.jfrog.io/artifactory/api/nuget/nuget-public --name Momento-Artifactory
dotnet build
MOMENTO_AUTH_TOKEN=<YOUR AUTH TOKEN> dotnet run --project MomentoApplication

Example Code: MomentoApplication

Using the .NET SDK in your project

SDK is built for target framework .NET Standard 2.1

The Momento SDK is available at https://momento.jfrog.io/ui/repos/tree/General/nuget-public

CLI command to add to your project

dotnet nuget add source https://momento.jfrog.io/artifactory/api/nuget/nuget-public --name Momento-Artifactory
dotnet add package MomentoSdk