Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Commit 0f27678

Browse files
author
Nate McMaster
committed
Remove Microsoft.AspNetCore.DataProtection.Sources package
1 parent b3afbc7 commit 0f27678

File tree

8 files changed

+7
-65
lines changed

8 files changed

+7
-65
lines changed

NuGetPackageVerifier.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
2-
"adx-nonshipping": {
3-
"rules": [],
4-
"packages": {
5-
"Microsoft.AspNetCore.DataProtection.Sources": { }
6-
}
7-
},
8-
"Default": { // Rules to run for packages not listed in any other set.
2+
"Default": {
93
"rules": [
104
"DefaultCompositeRule"
115
]

src/Microsoft.AspNetCore.DataProtection.Abstractions/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
]
1313
},
1414
"dependencies": {
15-
"Microsoft.AspNetCore.DataProtection.Sources": {
16-
"type": "build",
17-
"target": "project"
18-
},
1915
"Microsoft.Extensions.WebEncoders.Sources": {
2016
"type": "build",
2117
"version": "1.2.0-*"
@@ -36,6 +32,7 @@
3632
"nowarn": [
3733
"CS1591"
3834
],
39-
"xmlDoc": true
35+
"xmlDoc": true,
36+
"compile": "../../shared/*.cs"
4037
}
4138
}

src/Microsoft.AspNetCore.DataProtection.Extensions/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"Microsoft.AspNetCore.DataProtection": {
1616
"target": "project"
1717
},
18-
"Microsoft.AspNetCore.DataProtection.Sources": {
19-
"type": "build",
20-
"target": "project"
21-
},
2218
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
2319
"NETStandard.Library": "1.6.2-*"
2420
},
@@ -32,6 +28,7 @@
3228
"nowarn": [
3329
"CS1591"
3430
],
35-
"xmlDoc": true
31+
"xmlDoc": true,
32+
"compile": "../../shared/*.cs"
3633
}
3734
}

src/Microsoft.AspNetCore.DataProtection.Sources/Microsoft.AspNetCore.DataProtection.Sources.xproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/Microsoft.AspNetCore.DataProtection.Sources/project.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/Microsoft.AspNetCore.DataProtection/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"Microsoft.AspNetCore.DataProtection.Abstractions": {
1919
"target": "project"
2020
},
21-
"Microsoft.AspNetCore.DataProtection.Sources": {
22-
"type": "build",
23-
"target": "project"
24-
},
2521
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
2622
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
2723
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
@@ -54,6 +50,7 @@
5450
"nowarn": [
5551
"CS1591"
5652
],
57-
"xmlDoc": true
53+
"xmlDoc": true,
54+
"compile": "../../shared/*.cs"
5855
}
5956
}

0 commit comments

Comments
 (0)