0

I want to try some coding in C# and thus Visual Studio Code, and I would like to stick with NodaTime. With Visual Studio it is easy with NodaTime's nuget package.. can't find similar in Visual Studio Code's extensions.

I am using Ubuntu 20.04.2 LTS and the .NET Core SDK 5.0.

1
  • 2
    It sounds like this isn't really about Noda Time, but just "using NuGet packages in Visual Studio code", right? See stackoverflow.com/questions/40675162 Commented Jun 5, 2021 at 11:54

1 Answer 1

0

Thanks Jon Skeet, as he mentions, by following the link he posted, run this in your Visual Studio Code terminal:

dotnet add package NodaTime

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.