webapicontrib - Microsoft.AspNet.Providers.LocalDB 1.1
ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.
PM> Install-Package Microsoft.AspNet.Providers.LocalDB -Version 1.1.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install Microsoft.AspNet.Providers.LocalDB -Version 1.1.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package Microsoft.AspNet.Providers.LocalDB --version 1.1.0 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
source https://www.myget.org/F/webapicontrib/api/v3/index.json
nuget Microsoft.AspNet.Providers.LocalDB ~> 1.1.0
Copy to clipboard
> choco install Microsoft.AspNet.Providers.LocalDB --version 1.1.0 --source https://www.myget.org/F/webapicontrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "Microsoft.AspNet.Providers.LocalDB" -RequiredVersion "1.1.0" -Repository "webapicontrib"
Copy to clipboard
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.1 | 13.09 KB | Wed, 31 Dec 2014 17:43:14 GMT | 31 |
|