aspnetcore/src/DataProtection
Nate McMaster 335c9be7b4
Update the artifacts directory organization and simplify publishing targets (#5701)
This simplifies the way that we publish files to our network drop share.

Changes:
* Instead of explicitly listing every file that needs to publish, use directories to classify packages and artifacts into different categories.
* Add documentation for the expected layout of artifacts/
* Remove the need for static analysis to determine which packages go to which project
* Add the MSBuild property "IsProductPackage" to .csproj files which ship as a package to NuGet.org.
2018-12-18 11:40:13 -08:00
..
Abstractions Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
AzureKeyVault Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
AzureStorage Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Cryptography.Internal Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
Cryptography.KeyDerivation Update last few projects to target `netcoreapp3.0` (#5128) 2018-12-17 12:30:28 -08:00
DataProtection Update last few projects to target `netcoreapp3.0` (#5128) 2018-12-17 12:30:28 -08:00
EntityFrameworkCore Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Extensions Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
StackExchangeRedis Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
samples Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
shared
CreateTestCert.ps1
DataProtection.sln Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
build.cmd
build.sh
startvs.cmd [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) 2018-12-11 16:13:20 -08:00

README.md

DataProtection

Data Protection APIs for protecting and unprotecting data. You can find documentation for Data Protection in the ASP.NET Core Documentation.

Community Maintained Data Protection Providers & Projects