From 58bd7997859e3d100784e4734f129777285c7b1c Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 24 Jul 2024 15:12:26 -0400 Subject: [PATCH] Disable Aspire.Microsoft.Data.SqlClient.Tests Issue: https://github.com/dotnet/aspire/issues/5057 --- .../Aspire.Microsoft.Data.SqlClient.Tests.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj b/tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj index 37cedd450b..9b0d04b0ec 100644 --- a/tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj +++ b/tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj @@ -2,7 +2,10 @@ $(NetCurrent) - true + true + + + true