102 changed files with 6 additions and 67 deletions
@ -1,21 +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>e9575361-5c4b-425a-bca5-0e8249c6c5fb</ProjectGuid> |
|||
<RootNamespace>NWebsec.Core</RootNamespace> |
|||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> |
|||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath> |
|||
</PropertyGroup> |
|||
<PropertyGroup> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
</PropertyGroup> |
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|||
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild> |
|||
</PropertyGroup> |
|||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" /> |
|||
</Project> |
|||
@ -1,33 +0,0 @@ |
|||
{ |
|||
|
|||
"version": "2.0.0-gamma-custom-*", |
|||
"title": "NWebsec.Core (ASP.NET 5)", |
|||
"description": "This library provides core functionality for the NWebsec security libraries.", |
|||
"releaseNotes": "This release includes core functions for the NWebsec security libaries.", |
|||
"authors": [ "André N. Klingsheim" ], |
|||
"owners": [ "André N. Klingsheim" ], |
|||
"copyright": "Copyright © 2014 - 2015", |
|||
"tags": [ "NWebsec Security AspNet AppSec" ], |
|||
"projectUrl": "https://docs.nwebsec.com/en/latest/", |
|||
"licenseUrl": "https://github.com/NWebsec/NWebsec/blob/master/LICENSE", |
|||
"iconUrl": "https://klings.blob.core.windows.net/nwebsecicon/nwebsec_nuget.png", |
|||
|
|||
"shared": "**/**.cs", |
|||
|
|||
"frameworks": { |
|||
"dnx451": { }, |
|||
"net451": { }, |
|||
"dotnet5.4": { |
|||
"dependencies": { |
|||
"Microsoft.CSharp": "4.0.1-*", |
|||
"System.Runtime": "4.0.21-*", |
|||
"System.Security.Cryptography.Algorithms": "4.0.0-*", |
|||
"System.Security.Cryptography.X509Certificates": "4.0.0-*", |
|||
"System.Text.RegularExpressions": "4.0.11-*" |
|||
} |
|||
} |
|||
}, |
|||
"dependencies": { |
|||
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*" |
|||
} |
|||
} |
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue