Skip to content

Commit ad1dd62

Browse files
Remove normalized prefixes (fixed in .NET 7)
1 parent cbf53f7 commit ad1dd62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Umbraco.Cloud.StorageProviders.AzureBlob/AzureBlobComposer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ public void Compose(IUmbracoBuilder builder)
1616
{
1717
ArgumentNullException.ThrowIfNull(builder);
1818

19-
// There was a bug with normalizing prefixes in .NET 6 (fixed in 6.0.2), so safest thing is to add both prefixes until the TFM is updated to net7.0
2019
var configuration = new ConfigurationBuilder()
2120
.AddEnvironmentVariables("Umbraco:Cloud:")
22-
.AddEnvironmentVariables("Umbraco__Cloud__")
2321
.Build();
2422

2523
// Get options and manually validate (no need to add them to the service collection)

0 commit comments

Comments
 (0)