Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Renamed configurations to frameworks in project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jul 14, 2014
1 parent 5526271 commit b0c880b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Autofac": "3.3.0",
"Microsoft.Framework.DependencyInjection": ""
},
"configurations": {
"frameworks": {
"net45": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Framework.DependencyInjection": "",
"Ninject": "3.0.1.10"
},
"configurations": {
"frameworks": {
"net45": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"structuremap": "2.6.4.1"
},
"configurations": {
"frameworks": {
"net45": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Unity": "3.0.1304.1"
},
"configurations": {
"frameworks": {
"net45": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Castle.Windsor": "3.2.1"
},
"configurations": {
"frameworks": {
"net45": {}
}
}
}
6 changes: 3 additions & 3 deletions src/Microsoft.Framework.DependencyInjection/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Framework.ConfigurationModel": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": "0.1-alpha-*",
"dependencies": {
"Autofac": "3.3.0",
Expand All @@ -9,7 +9,7 @@
"structuremap": "2.6.4.1",
"Xunit.KRunner": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime" : ""
Expand Down

0 comments on commit b0c880b

Please sign in to comment.