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