diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
index bc755d3486..2437c6da01 100644
--- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
+++ b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj
@@ -514,11 +514,10 @@
Microsoft\Data\SqlClient\SqlEnclaveAttestationParameters.NotSupported.cs
-
+
-
@@ -550,25 +549,21 @@
Microsoft\Data\SqlClient\VirtualSecureModeEnclaveProviderBase.cs
+
+
-
-
-
-
+
+
+
+
Microsoft\Data\SqlClient\SqlDependencyUtils.AssemblyLoadContext.cs
-
-
-
-
-
-
-
+
@@ -640,6 +635,7 @@
+
@@ -960,7 +956,7 @@
-
+
diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.NetStandard.cs b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.NetStandard.cs
deleted file mode 100644
index 726a24c934..0000000000
--- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.NetStandard.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-
-using System;
-using System.Collections.Generic;
-
-namespace Microsoft.Data.SqlClient
-{
- internal sealed class SqlDiagnosticListener : IObservable>
- {
- public SqlDiagnosticListener(string name)
- {
- }
-
- public IDisposable Subscribe(IObserver> observer)
- {
- throw new NotSupportedException();
- }
-
- public bool IsEnabled()
- {
- return false;
- }
-
- public bool IsEnabled(string name)
- {
- return false;
- }
-
- internal void Write(string sqlBeforeExecuteCommand, object p)
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.NetCoreApp.cs b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.cs
similarity index 100%
rename from src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.NetCoreApp.cs
rename to src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDiagnosticListener.cs
diff --git a/tools/props/Versions.props b/tools/props/Versions.props
index 840499aa2d..ea2278fdb4 100644
--- a/tools/props/Versions.props
+++ b/tools/props/Versions.props
@@ -38,7 +38,6 @@
5.1.0
6.0.1
1.0.0
- 6.0.0
6.0.1
6.0.0
5.0.0
@@ -49,6 +48,7 @@
4.3.0
+ 6.0.0
diff --git a/tools/specs/Microsoft.Data.SqlClient.nuspec b/tools/specs/Microsoft.Data.SqlClient.nuspec
index aded7d902a..2bf0dfce39 100644
--- a/tools/specs/Microsoft.Data.SqlClient.nuspec
+++ b/tools/specs/Microsoft.Data.SqlClient.nuspec
@@ -46,7 +46,6 @@ When using NuGet 3.x this package requires at least version 3.4.
-
@@ -63,6 +62,7 @@ When using NuGet 3.x this package requires at least version 3.4.
+
@@ -79,6 +79,7 @@ When using NuGet 3.x this package requires at least version 3.4.
+