diff --git a/global.json b/global.json
index 7ebffca..f0d90aa 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.424",
+ "version": "8.0.303",
"rollForward": "latestMinor",
"allowPrerelease": false
}
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index a274040..ea25a9a 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -3,24 +3,17 @@
Copyright © Workleap. $([System.DateTime]::UtcNow.ToString(yyyy))
Workleap
Workleap
- https://github.com/gsoft-inc/wl-extensions-configuration-secrets
- true
Apache-2.0
10
enable
disable
- latest-All
Allows storing configuration values in Azure Key Vault Secrets, using the right Azure credentials based on the current environment.
-
- true
-
-
-
+
all
- runtime; build; native; contentfiles; analyzers; buildtransitive
+ runtime; build; native; contentfiles; analyzers
all
@@ -28,15 +21,6 @@
-
-
- true
- true
-
-
-
-
-
diff --git a/src/Workleap.Extensions.Configuration.Secrets/KeyVaultKind.cs b/src/Workleap.Extensions.Configuration.Secrets/KeyVaultKind.cs
index f2bf0db..b0b10e4 100644
--- a/src/Workleap.Extensions.Configuration.Secrets/KeyVaultKind.cs
+++ b/src/Workleap.Extensions.Configuration.Secrets/KeyVaultKind.cs
@@ -6,7 +6,7 @@ public enum KeyVaultKind
/// Represents the Key Vault where we store keys and secrets related to the application configuration.
///
ApplicationConfiguration,
-
+
///
/// Represents the Key Vault where we store any keys and secrets associated to users.
///