forked from EasyNetQ/EasyNetQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated version.cs and package nuspecs
- Rebased on top of master, project now builds - Removed restore.dg
- Loading branch information
Showing
11 changed files
with
72 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file modified
0
Package/EasyNetQ.DI.StructureMap/EasyNetQ.DI.StructureMap.nuspec
100755 → 100644
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageRestore> | ||
<add key="enabled" value="True" /> | ||
<add key="automatic" value="True" /> | ||
</packageRestore> | ||
<packageSources> | ||
<add key="nuget.org" value="https://www.nuget.org/api/v2/" /> | ||
<add key="rabbitmq-dotnet-client-ci" value="https://ci.appveyor.com/nuget/rabbitmq-dotnet-client-ci/" /> | ||
</packageSources> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,54 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"description": "EasyNetQ DNX Class Library", | ||
"authors": [ "SapientGuardian" ], | ||
"tags": [ "" ], | ||
"projectUrl": "", | ||
"licenseUrl": "", | ||
"compile": [ "../EasyNetQ/*.cs", "../EasyNetQ/**/*.cs" ], | ||
"frameworks": { | ||
"netcoreapp1.0": { | ||
"imports": "dnxcore50", | ||
"buildOptions": { | ||
"define": [ "NET_CORE" ] | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"Microsoft.NETCore.App": { | ||
"type": "platform", | ||
"version": "1.0.0" | ||
"version": "1.0.0-*", | ||
"description": "EasyNetQ DNX Class Library", | ||
"authors": [ "SapientGuardian" ], | ||
"tags": [ "" ], | ||
"projectUrl": "https://github.com/EasyNetQ/", | ||
"licenseUrl": "https://opensource.org/licenses/MIT", | ||
"compile": [ "../EasyNetQ/*.cs", "../EasyNetQ/**/*.cs" ], | ||
"frameworks": { | ||
"netcoreapp1.0": { | ||
"imports": "dnxcore50", | ||
"buildOptions": { | ||
"define": [ "NET_CORE" ] | ||
} | ||
}, | ||
"netstandard1.3": { | ||
|
||
} | ||
}, | ||
"Newtonsoft.Json": "9.0.1", | ||
"RabbitMQ.Client": "4.0.0-ci-201607010902", | ||
"System.Diagnostics.Debug": "4.0.11", | ||
"System.Diagnostics.Tools": "4.0.1", | ||
"System.Dynamic.Runtime": "4.0.11", | ||
"System.Globalization": "4.0.11", | ||
"System.IO": "4.1.0", | ||
"System.IO.Compression": "4.1.0", | ||
"System.IO.FileSystem": "4.0.1", | ||
"System.IO.FileSystem.Primitives": "4.0.1", | ||
"System.Linq.Expressions": "4.1.0", | ||
"System.ObjectModel": "4.0.12", | ||
"System.Reflection": "4.1.0", | ||
"System.Reflection.Emit": "4.0.1", | ||
"System.Reflection.Emit.ILGeneration": "4.0.1", | ||
"System.Reflection.Emit.Lightweight": "4.0.1", | ||
"System.Reflection.Extensions": "4.0.1", | ||
"System.Reflection.Primitives": "4.0.1", | ||
"System.Reflection.TypeExtensions": "4.1.0", | ||
"System.Resources.ResourceManager": "4.0.1", | ||
"System.Runtime.Extensions": "4.1.0", | ||
"System.Runtime.Handles": "4.0.1", | ||
"System.Runtime.InteropServices": "4.1.0", | ||
"System.Text.Encoding": "4.0.11", | ||
"System.Text.Encoding.Extensions": "4.0.11", | ||
"System.Threading.Tasks": "4.0.11", | ||
"System.Threading.Timer": "4.0.1", | ||
"Microsoft.Extensions.Logging.TraceSource": "1.0.0" | ||
} | ||
"dependencies": { | ||
"Microsoft.NETCore.App": { | ||
"type": "platform", | ||
"version": "1.0.0" | ||
}, | ||
"Newtonsoft.Json": "9.0.1", | ||
"RabbitMQ.Client": "4.0.0-ci-201607010902", | ||
"System.Diagnostics.Debug": "4.0.11", | ||
"System.Diagnostics.Tools": "4.0.1", | ||
"System.Dynamic.Runtime": "4.0.11", | ||
"System.Globalization": "4.0.11", | ||
"System.IO": "4.1.0", | ||
"System.IO.Compression": "4.1.0", | ||
"System.IO.FileSystem": "4.0.1", | ||
"System.IO.FileSystem.Primitives": "4.0.1", | ||
"System.Linq.Expressions": "4.1.0", | ||
"System.ObjectModel": "4.0.12", | ||
"System.Reflection": "4.1.0", | ||
"System.Reflection.Emit": "4.0.1", | ||
"System.Reflection.Emit.ILGeneration": "4.0.1", | ||
"System.Reflection.Emit.Lightweight": "4.0.1", | ||
"System.Reflection.Extensions": "4.0.1", | ||
"System.Reflection.Primitives": "4.0.1", | ||
"System.Reflection.TypeExtensions": "4.1.0", | ||
"System.Resources.ResourceManager": "4.0.1", | ||
"System.Runtime.Extensions": "4.1.0", | ||
"System.Runtime.Handles": "4.0.1", | ||
"System.Runtime.InteropServices": "4.1.0", | ||
"System.Text.Encoding": "4.0.11", | ||
"System.Text.Encoding.Extensions": "4.0.11", | ||
"System.Threading.Tasks": "4.0.11", | ||
"System.Threading.Timer": "4.0.1", | ||
"Microsoft.Extensions.Logging.TraceSource": "1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters