Skip to content

Commit

Permalink
Target more frameworks.
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed Nov 25, 2015
1 parent 8a6e658 commit a059802
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/RawRabbit.vNext/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0-beta8",
"version": "1.5.1-beta8",
"authors": [ "pardahlman", "enrique-avalon" ],
"description": "Take advantage of vNext for your RawRabbit setup. Extenssion for IServiceCollection, IConfiguration support and much more!",
"iconUrl": "http://pardahlman.se/raw/icon.png",
Expand All @@ -15,8 +15,14 @@
},

"frameworks": {
"dnx45": { },
"dnx451": { },
"net451": { }
"dnx50": { },
"net45": { },
"net451": { },
"net452": { },
"net46": { },
"net50": { }
},

"publishExclude": [
Expand Down
10 changes: 8 additions & 2 deletions src/RawRabbit/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0-*",
"version": "1.5.1-*",
"authors": ["pardahlman", "enrique-avalon"],
"description": "A modern frame for communication over RabbitMq.",
"iconUrl": "http://pardahlman.se/raw/icon.png",
Expand All @@ -16,8 +16,14 @@
},

"frameworks": {
"dnx45": { },
"dnx451": { },
"net451": { }
"dnx50": { },
"net45": { },
"net451": { },
"net452": { },
"net46": { },
"net50": { }
},

"publishExclude": [
Expand Down

0 comments on commit a059802

Please sign in to comment.