aspnetcore/src/DataProtection
Doug Bunting 57d5a46492
[release/5.0] Expose all references when not restoring (#33201)
* [release/5.0] Expose all references when not restoring
- backport of 0b0bed3eb89a (#32718)

* Expose all references when not restoring
  - use empty `$(MSBuildRestoreSessionId)` to determine when contributing to dependency graph
* Remove extra direct references
  - should now be part of the dependency graph automatically
* Avoid errors about non-shared Fx references
  - not a problem unless executing `restore` target
* Special case source builds
2021-06-03 22:39:02 -07:00
..
Abstractions
Cryptography.Internal
Cryptography.KeyDerivation
DataProtection [release/5.0] Expose all references when not restoring (#33201) 2021-06-03 22:39:02 -07:00
EntityFrameworkCore [release/5.0] Expose all references when not restoring (#33201) 2021-06-03 22:39:02 -07:00
Extensions
StackExchangeRedis [release/5.0] Expose all references when not restoring (#33201) 2021-06-03 22:39:02 -07:00
samples [release/5.0] Expose all references when not restoring (#33201) 2021-06-03 22:39:02 -07:00
shared
.vsconfig
CreateTestCert.ps1
DataProtection.slnf
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
build.cmd
build.sh
startvs.cmd

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