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

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed Nov 2, 2015
2 parents 037196d + e934f5e commit af0d2e5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Html.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"System.Text.Encodings.Web": "4.0.0-beta-*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: InternalsVisibleTo("Microsoft.AspNet.Http.Abstractions.Tests")]
[assembly: InternalsVisibleTo("Microsoft.AspNet.Http.Abstractions.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]
[assembly: NeutralResourcesLanguage("en-us")]
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Http.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Http.Extensions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Http.Features/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*"
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Http/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"compilationOptions": {
"warningsAsErrors": true,
"allowUnsafe": true
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.Owin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.WebUtilities/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"shared": "*.cs",
"dependencies": {},
"frameworks": {
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Extensions.WebEncoders/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"compilationOptions": {
"warningsAsErrors": true,
"allowUnsafe": true
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Net.Http.Headers/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/httpabstractions"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},
Expand Down
4 changes: 4 additions & 0 deletions test/Microsoft.AspNet.Http.Abstractions.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
Expand Down
4 changes: 3 additions & 1 deletion test/Microsoft.Extensions.WebEncoders.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"test": "xunit.runner.aspnet"
},
"compilationOptions": {
"allowUnsafe": true
"allowUnsafe": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"dnx451": { },
Expand Down
Binary file added tools/Key.snk
Binary file not shown.

0 comments on commit af0d2e5

Please sign in to comment.