Skip to content

Commit

Permalink
Updating versions to 1.2.0-*
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 9, 2016
1 parent cb4bcb3 commit a8e35f9
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -18,10 +18,10 @@
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Sources": {
"version": "1.1.0-*",
"type": "build"
"type": "build",
"target": "project"
},
"Microsoft.Extensions.Primitives": "1.1.0-*",
"Microsoft.Extensions.Primitives": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
Expand Down
10 changes: 6 additions & 4 deletions src/Microsoft.Extensions.FileProviders.Composite/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -17,10 +17,12 @@
]
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": {
"target": "project"
},
"Microsoft.Extensions.FileProviders.Sources": {
"version": "1.1.0-*",
"type": "build"
"type": "build",
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
},
Expand Down
10 changes: 6 additions & 4 deletions src/Microsoft.Extensions.FileProviders.Embedded/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -17,10 +17,12 @@
]
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": {
"target": "project"
},
"Microsoft.Extensions.FileProviders.Sources": {
"version": "1.1.0-*",
"type": "build"
"type": "build",
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
},
Expand Down
14 changes: 9 additions & 5 deletions src/Microsoft.Extensions.FileProviders.Physical/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"allowUnsafe": true,
"warningsAsErrors": true,
Expand All @@ -18,12 +18,16 @@
]
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": {
"target": "project"
},
"Microsoft.Extensions.FileProviders.Sources": {
"version": "1.1.0-*",
"type": "build"
"type": "build",
"target": "project"
},
"Microsoft.Extensions.FileSystemGlobbing": {
"target": "project"
},
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "File provider shared source code for Microsoft.Extensions.FileProviders.",
"packOptions": {
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.FileSystemGlobbing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Sources": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Sources": "1.2.0-*",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.2.0-*",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.2.0-*",
"Moq": "4.6.38-alpha",
"xunit": "2.2.0-*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {
Expand Down

0 comments on commit a8e35f9

Please sign in to comment.