diff --git a/src/DataProtection/Directory.Build.props b/src/DataProtection/Directory.Build.props index 23c9a47ea4..deb7bb4ee6 100644 --- a/src/DataProtection/Directory.Build.props +++ b/src/DataProtection/Directory.Build.props @@ -1,20 +1,8 @@  - + + - - - - - Microsoft ASP.NET Core - https://github.com/aspnet/DataProtection - git - $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk - true - true - + diff --git a/src/DataProtection/Directory.Build.targets b/src/DataProtection/Directory.Build.targets deleted file mode 100644 index 4bcc9df925..0000000000 --- a/src/DataProtection/Directory.Build.targets +++ /dev/null @@ -1,8 +0,0 @@ - - - $(MicrosoftNETCoreApp30PackageVersion) - $(NETStandardLibrary20PackageVersion) - - 99.9 - - diff --git a/src/DataProtection/README.md b/src/DataProtection/README.md index 012667e1cc..cd58074d9e 100644 --- a/src/DataProtection/README.md +++ b/src/DataProtection/README.md @@ -1,14 +1,8 @@ DataProtection ============== -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/4mki61bux5vby6it/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/DataProtection/branch/dev) -Travis: [![Travis](https://travis-ci.org/aspnet/DataProtection.svg?branch=dev)](https://travis-ci.org/aspnet/DataProtection) - -Data Protection APIs for protecting and unprotecting data. - -This project is part of ASP.NET Core. You can find documentation for Data Protection in the [ASP.NET Core Documentation](http://docs.asp.net/en/latest/security/data-protection/index.html). You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. +Data Protection APIs for protecting and unprotecting data. You can find documentation for Data Protection in the [ASP.NET Core Documentation](https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/). ## Community Maintained Data Protection Providers & Projects - - [ASP.NET Core DataProtection Provider for Service Fabric](https://github.com/MedAnd/AspNetCore.DataProtection.ServiceFabric) - - [ASP.NET Core DataProtection Provider for Google Cloud Storage](https://github.com/ocinbat/GoogleCloudStorage.AspNetCore.DataProtection) + - [ASP.NET Core DataProtection for Service Fabric](https://github.com/MedAnd/AspNetCore.DataProtection.ServiceFabric) diff --git a/src/DataProtection/build/Key.snk b/src/DataProtection/build/Key.snk deleted file mode 100644 index e10e4889c1..0000000000 Binary files a/src/DataProtection/build/Key.snk and /dev/null differ diff --git a/src/DataProtection/build/repo.props b/src/DataProtection/build/repo.props deleted file mode 100644 index 693905497a..0000000000 --- a/src/DataProtection/build/repo.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Internal.AspNetCore.Universe.Lineup - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json - - - - - - diff --git a/src/DataProtection/build/sources.props b/src/DataProtection/build/sources.props deleted file mode 100644 index 9215df9751..0000000000 --- a/src/DataProtection/build/sources.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - $(DotNetRestoreSources) - - $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; - - - $(RestoreSources); - https://api.nuget.org/v3/index.json; - - - diff --git a/src/DataProtection/dependencies.props b/src/DataProtection/dependencies.props new file mode 100644 index 0000000000..02e944fdb3 --- /dev/null +++ b/src/DataProtection/dependencies.props @@ -0,0 +1,17 @@ + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + 2.2.0-preview2-20181004.6 + + + + + +