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

Commit

Permalink
To de-dupe, we must remove (again)
Browse files Browse the repository at this point in the history
- part of dotnet/extensions#93
- use `WebEncoders` from Common repo
- leave some of `WebEncodersTests` to ensure resources are brought in correctly
  • Loading branch information
dougbu committed Jul 12, 2016
1 parent 150b470 commit 9a28932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 443 deletions.
374 changes: 0 additions & 374 deletions src/Microsoft.AspNetCore.WebUtilities/WebEncoders.cs

This file was deleted.

7 changes: 6 additions & 1 deletion src/Microsoft.AspNetCore.WebUtilities/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@
]
},
"buildOptions": {
"warningsAsErrors": true,
"define": [ "WebEncoders_In_WebUtilities" ],
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"warningsAsErrors": true,
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.1.0-*",
"Microsoft.Extensions.WebEncoders.Sources": {
"type": "build",
"version": "1.1.0-*"
},
"System.Buffers": "4.0.0-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
Expand Down
Loading

0 comments on commit 9a28932

Please sign in to comment.