How to install the package Microsoft.VisualStudio.SourceSafe.Interop from NuGet
.Net
C#
NuGet
Microsoft.VisualStudio.SourceSafe.Interop
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Microsoft.VisualStudio.SourceSafe.Interop -Version 5.2.0
# .NET CLI
dotnet add package Microsoft.VisualStudio.SourceSafe.Interop --version 5.2.0
# PackageReference
<PackageReference Include="Microsoft.VisualStudio.SourceSafe.Interop" Version="5.2.0" />
# Paket CLI
paket add Microsoft.VisualStudio.SourceSafe.Interop --version 5.2.0