mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Upgraded nuget packages, Ninject 3, SignalR 5
This commit is contained in:
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ServiceStack.ContainerAdapter.Ninject</id>
|
||||
<version>1.0.4526.38581</version>
|
||||
<title>ServiceStack.ContainerAdapter.Ninject</title>
|
||||
<authors>Code Freakout</authors>
|
||||
<owners>Code Freakout</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Ninject ContainerAdapter for Service Stack</description>
|
||||
<copyright>Copyright © Code Freakout 2012</copyright>
|
||||
<dependencies>
|
||||
<dependency id="Ninject" version="3.0.0.15" />
|
||||
<dependency id="ServiceStack" version="3.7.9" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
BIN
Binary file not shown.
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
ServiceStack.ContainerAdapter.Ninject
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:ServiceStack.ContainerAdapter.Ninject.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member><member name="P:ServiceStack.ContainerAdapter.Ninject.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member><member name="T:ServiceStack.ContainerAdapter.Ninject.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Reference in New Issue
Block a user