Remove Microsoft.AspNetCore.DataProtection.Sources package
This commit is contained in:
parent
b3afbc79d2
commit
0f276780de
|
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"adx-nonshipping": {
|
||||
"rules": [],
|
||||
"packages": {
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": { }
|
||||
}
|
||||
},
|
||||
"Default": { // Rules to run for packages not listed in any other set.
|
||||
"Default": {
|
||||
"rules": [
|
||||
"DefaultCompositeRule"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12,10 +12,6 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Extensions.WebEncoders.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.2.0-*"
|
||||
|
|
@ -36,6 +32,7 @@
|
|||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
"xmlDoc": true,
|
||||
"compile": "../../shared/*.cs"
|
||||
}
|
||||
}
|
||||
|
|
@ -15,10 +15,6 @@
|
|||
"Microsoft.AspNetCore.DataProtection": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
|
||||
"NETStandard.Library": "1.6.2-*"
|
||||
},
|
||||
|
|
@ -32,6 +28,7 @@
|
|||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
"xmlDoc": true,
|
||||
"compile": "../../shared/*.cs"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>3277bb22-033f-4010-8131-a515b910caad</ProjectGuid>
|
||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
|
||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"version": "1.2.0-*",
|
||||
"description": "ASP.NET Core data protection shared code.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/dataprotection"
|
||||
},
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"dataprotection"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.6.2-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.3": {}
|
||||
},
|
||||
"shared": "**\\*.cs",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
|
|
@ -18,10 +18,6 @@
|
|||
"Microsoft.AspNetCore.DataProtection.Abstractions": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.DataProtection.Sources": {
|
||||
"type": "build",
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
|
||||
|
|
@ -54,6 +50,7 @@
|
|||
"nowarn": [
|
||||
"CS1591"
|
||||
],
|
||||
"xmlDoc": true
|
||||
"xmlDoc": true,
|
||||
"compile": "../../shared/*.cs"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue