diff --git a/eng/Versions.props b/eng/Versions.props
index 2cd94fa11d..d6f552f7c2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -26,13 +26,13 @@
8.0.0-beta.24059.4
8.0.0
8.0.0
- 8.0.0
+ 8.0.1
8.0.0
8.0.0
8.0.0
8.0.0
8.0.0
- 8.0.0
+ 8.0.1
8.0.0
8.0.0
8.0.0
diff --git a/src/Components/Aspire.Azure.Data.Tables/Aspire.Azure.Data.Tables.csproj b/src/Components/Aspire.Azure.Data.Tables/Aspire.Azure.Data.Tables.csproj
index 470ad9d735..f07eb22505 100644
--- a/src/Components/Aspire.Azure.Data.Tables/Aspire.Azure.Data.Tables.csproj
+++ b/src/Components/Aspire.Azure.Data.Tables/Aspire.Azure.Data.Tables.csproj
@@ -3,12 +3,10 @@
$(NetCurrent)
true
-
- false
- false
$(ComponentAzurePackageTags) tables table
A client for Azure Table Storage that integrates with Aspire, including health checks, logging, and telemetry.
$(SharedDir)AzureTable_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.Azure.Messaging.ServiceBus/Aspire.Azure.Messaging.ServiceBus.csproj b/src/Components/Aspire.Azure.Messaging.ServiceBus/Aspire.Azure.Messaging.ServiceBus.csproj
index 40ee0d2411..eaaf80bcda 100644
--- a/src/Components/Aspire.Azure.Messaging.ServiceBus/Aspire.Azure.Messaging.ServiceBus.csproj
+++ b/src/Components/Aspire.Azure.Messaging.ServiceBus/Aspire.Azure.Messaging.ServiceBus.csproj
@@ -3,12 +3,10 @@
$(NetCurrent)
true
-
- false
- false
$(ComponentAzurePackageTags) servicebus amqp
A client for Azure Service Bus that integrates with Aspire, including health checks, logging and telemetry.
$(SharedDir)AzureServiceBus_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.Azure.Security.KeyVault/Aspire.Azure.Security.KeyVault.csproj b/src/Components/Aspire.Azure.Security.KeyVault/Aspire.Azure.Security.KeyVault.csproj
index 6407a1e9ad..ca25688093 100644
--- a/src/Components/Aspire.Azure.Security.KeyVault/Aspire.Azure.Security.KeyVault.csproj
+++ b/src/Components/Aspire.Azure.Security.KeyVault/Aspire.Azure.Security.KeyVault.csproj
@@ -3,12 +3,10 @@
$(NetCurrent)
true
-
- false
- false
$(ComponentAzurePackageTags) keyvault secrets
A client for Azure Key Vault that integrates with Aspire, including health checks, logging and telemetry.
$(SharedDir)AzureKeyVault_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.Azure.Storage.Blobs/Aspire.Azure.Storage.Blobs.csproj b/src/Components/Aspire.Azure.Storage.Blobs/Aspire.Azure.Storage.Blobs.csproj
index 8d95e0a3a4..dcea60ef45 100644
--- a/src/Components/Aspire.Azure.Storage.Blobs/Aspire.Azure.Storage.Blobs.csproj
+++ b/src/Components/Aspire.Azure.Storage.Blobs/Aspire.Azure.Storage.Blobs.csproj
@@ -3,12 +3,10 @@
$(NetCurrent)
true
-
- false
- false
$(ComponentAzurePackageTags) storage blobs blob
A client for Azure Blob Storage that integrates with Aspire, including health checks, logging and telemetry.
$(SharedDir)AzureStorageContainer_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.Azure.Storage.Queues/Aspire.Azure.Storage.Queues.csproj b/src/Components/Aspire.Azure.Storage.Queues/Aspire.Azure.Storage.Queues.csproj
index cbaa8fa4fa..61aecd2f7d 100644
--- a/src/Components/Aspire.Azure.Storage.Queues/Aspire.Azure.Storage.Queues.csproj
+++ b/src/Components/Aspire.Azure.Storage.Queues/Aspire.Azure.Storage.Queues.csproj
@@ -3,12 +3,10 @@
$(NetCurrent)
true
-
- false
- false
$(ComponentAzurePackageTags) storage queue queues
A client for Azure Queue Storage that integrates with Aspire, including health checks, logging and telemetry.
$(SharedDir)AzureStorageQueue_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.Microsoft.Azure.Cosmos/Aspire.Microsoft.Azure.Cosmos.csproj b/src/Components/Aspire.Microsoft.Azure.Cosmos/Aspire.Microsoft.Azure.Cosmos.csproj
index d8902e6120..267cf84289 100644
--- a/src/Components/Aspire.Microsoft.Azure.Cosmos/Aspire.Microsoft.Azure.Cosmos.csproj
+++ b/src/Components/Aspire.Microsoft.Azure.Cosmos/Aspire.Microsoft.Azure.Cosmos.csproj
@@ -3,11 +3,10 @@
$(NetCurrent)
true
- false
- false
$(ComponentAzurePackageTags) cosmos cosmosdb data database db
A client for Azure Cosmos DB that integrates with Aspire, including logging and telemetry.
$(SharedDir)AzureCosmosDB_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
@@ -17,6 +16,7 @@
+
diff --git a/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/Aspire.Microsoft.EntityFrameworkCore.Cosmos.csproj b/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/Aspire.Microsoft.EntityFrameworkCore.Cosmos.csproj
index 9b0b450186..021a662fea 100644
--- a/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/Aspire.Microsoft.EntityFrameworkCore.Cosmos.csproj
+++ b/src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/Aspire.Microsoft.EntityFrameworkCore.Cosmos.csproj
@@ -3,11 +3,10 @@
$(NetCurrent)
true
- false
- false
$(ComponentEfCorePackageTags) azure cosmos cosmosdb
A Microsoft Azure Cosmos DB provider for Entity Framework Core that integrates with Aspire, including connection pooling, logging, and telemetry.
$(SharedDir)AzureCosmosDB_256x.png
+ $(NoWarn);SYSLIB1100;SYSLIB1101
diff --git a/src/Components/Aspire.StackExchange.Redis/AspireRedisExtensions.cs b/src/Components/Aspire.StackExchange.Redis/AspireRedisExtensions.cs
index d9b392b74e..e69f5c04b2 100644
--- a/src/Components/Aspire.StackExchange.Redis/AspireRedisExtensions.cs
+++ b/src/Components/Aspire.StackExchange.Redis/AspireRedisExtensions.cs
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-global using System.Net.Security; // needed to work around https://github.com/dotnet/runtime/issues/94065
-
using Aspire;
using Aspire.StackExchange.Redis;
using Microsoft.Extensions.Configuration;