Skip to content

Commit 0e8f664

Browse files
committed
Remove portable from netstandard1.5
1 parent e66136e commit 0e8f664

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

projects/client/RabbitMQ.Client/project.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"version": "4.0.0-*",
33
"description": "The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)",
44
"packOptions": {
5-
"projectUrl": "http://www.rabbitmq.com/dotnet.html",
6-
"licenseUrl": "http://www.rabbitmq.com/dotnet.html",
7-
"iconUrl": "https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce.png?size=100",
8-
"owners": ["Pivotal"],
9-
"tags": ["RabbitMQ"]
5+
"projectUrl": "http://www.rabbitmq.com/dotnet.html",
6+
"licenseUrl": "http://www.rabbitmq.com/dotnet.html",
7+
"iconUrl": "https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce.png?size=100",
8+
"owners": [ "Pivotal" ],
9+
"tags": [ "RabbitMQ" ]
1010
},
1111
"configurations": {
1212
"SignedRelease": {
@@ -39,10 +39,7 @@
3939
"CORECLR"
4040
]
4141
},
42-
"imports": [
43-
"dnxcore50",
44-
"portable-net45+win81"
45-
],
42+
"imports": "dnxcore50",
4643
"dependencies": {
4744
"System.Collections.Concurrent": "4.0.12",
4845
"System.Console": "4.0.0",

0 commit comments

Comments
 (0)