dotnet: update referenes to RTM
This commit is contained in:
Родитель
be924d883c
Коммит
3e8301f362
|
@ -223,9 +223,9 @@ IF "%NuGetPath%" == "" (
|
|||
ECHO Building NuGet package with version %build-version%
|
||||
"%NuGetPath%" pack .\nuspec\Amqp.Net.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\Amqp.Micro.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.Listener.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.WebSockets.Client.nuspec -Version %build-version%-rc -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.Listener.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
"%NuGetPath%" pack .\nuspec\amqpnetlite.Amqp.WebSockets.Client.nuspec -Version %build-version% -BasePath .\ -OutputDirectory ".\Build\Packages"
|
||||
)
|
||||
|
||||
GOTO :exit
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"imports": [ "dnxcore50" ],
|
||||
"dependencies": {
|
||||
"System.Net.WebSockets.Client": "4.0.0-rc2-24027"
|
||||
"System.Net.WebSockets.Client": "4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,25 +50,25 @@
|
|||
},
|
||||
"imports": [ "dnxcore50" ],
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.10",
|
||||
"System.Collections.Concurrent": "4.0.10",
|
||||
"System.Collections": "4.0.11",
|
||||
"System.Collections.Concurrent": "4.0.12",
|
||||
"System.Collections.NonGeneric": "4.0.0",
|
||||
"System.Diagnostics.Tools": "4.0.0",
|
||||
"System.Threading": "4.0.10",
|
||||
"System.Threading.Tasks": "4.0.10",
|
||||
"System.Threading.Thread": "4.0.0-beta-23516",
|
||||
"System.Threading.ThreadPool": "4.0.10-beta-23516",
|
||||
"System.Threading": "4.0.11",
|
||||
"System.Threading.Tasks": "4.0.11",
|
||||
"System.Threading.Thread": "4.0.0",
|
||||
"System.Threading.ThreadPool": "4.0.10",
|
||||
"System.Threading.Timer": "4.0.0",
|
||||
"System.Net.NameResolution": "4.0.0-beta-23516",
|
||||
"System.Net.Security": "4.0.0-beta-23516",
|
||||
"System.Net.Sockets": "4.1.0-beta-23516",
|
||||
"System.Reflection": "4.0.0",
|
||||
"System.Net.NameResolution": "4.0.0",
|
||||
"System.Net.Security": "4.0.0",
|
||||
"System.Net.Sockets": "4.1.0",
|
||||
"System.Reflection": "4.1.0",
|
||||
"System.Reflection.Emit.Lightweight": "4.0.0",
|
||||
"System.Reflection.Extensions": "4.0.0",
|
||||
"System.Reflection.TypeExtensions": "4.0.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.0",
|
||||
"System.Security.Claims": "4.0.0",
|
||||
"System.Security.Principal": "4.0.0"
|
||||
"System.Security.Claims": "4.0.1",
|
||||
"System.Security.Principal": "4.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<tags>AMQP coreclr .NetCore netstandard</tags>
|
||||
<dependencies>
|
||||
<group targetFramework="netstandard1.3">
|
||||
<dependency id="amqpnetlite.Amqp" version="1.2.0-rc" />
|
||||
<dependency id="amqpnetlite.Amqp" version="1.2.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<tags>AMQP coreclr .NetCore netstandard WebSockets</tags>
|
||||
<dependencies>
|
||||
<group targetFramework="netstandard1.3">
|
||||
<dependency id="System.Net.WebSockets.Client" version="4.0.0-rc2-24027" />
|
||||
<dependency id="amqpnetlite.Amqp" version="1.2.0-rc" />
|
||||
<dependency id="System.Net.WebSockets.Client" version="4.0.0" />
|
||||
<dependency id="amqpnetlite.Amqp" version="1.2.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
<dependency id="System.Diagnostics.Tools" version="4.0.0" />
|
||||
<dependency id="System.Threading" version="4.0.10" />
|
||||
<dependency id="System.Threading.Tasks" version="4.0.10" />
|
||||
<dependency id="System.Threading.Thread" version="4.0.0-beta-23516" />
|
||||
<dependency id="System.Threading.ThreadPool" version="4.0.10-beta-23516" />
|
||||
<dependency id="System.Threading.Thread" version="4.0.0" />
|
||||
<dependency id="System.Threading.ThreadPool" version="4.0.10" />
|
||||
<dependency id="System.Threading.Timer" version="4.0.0" />
|
||||
<dependency id="System.Net.NameResolution" version="4.0.0-beta-23516" />
|
||||
<dependency id="System.Net.Security" version="4.0.0-beta-23516" />
|
||||
<dependency id="System.Net.Sockets" version="4.1.0-beta-23516" />
|
||||
<dependency id="System.Net.NameResolution" version="4.0.0" />
|
||||
<dependency id="System.Net.Security" version="4.0.0" />
|
||||
<dependency id="System.Net.Sockets" version="4.1.0" />
|
||||
<dependency id="System.Reflection" version="4.0.0" />
|
||||
<dependency id="System.Reflection.Emit.Lightweight" version="4.0.0" />
|
||||
<dependency id="System.Reflection.Extensions" version="4.0.0" />
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
// See the Apache Version 2.0 License for specific language governing permissions and
|
||||
// limitations under the License.
|
||||
// ------------------------------------------------------------------------------------
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
|
@ -33,6 +33,3 @@ using System.Runtime.InteropServices;
|
|||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("d1389a8f-5b67-4112-9415-8dd5b6bc72c8")]
|
||||
|
|
Загрузка…
Ссылка в новой задаче