You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove dependencies from UDT projects to simplify build
* Avoid unhandled NullReferenceException in debugger
This handles cases where OnEventCommand runs during the constructor of SqlClientEventSource.
* Add explicit PackageReference to Microsoft.SqlServer.Server
<ProjectReferenceCondition="'$(TargetGroup)'=='netcoreapp' AND $(ReferenceType)=='Project'"Include="$(NetCoreSource)src\Microsoft.Data.SqlClient.csproj" />
13
-
<ProjectReferenceCondition="'$(TargetGroup)'=='netfx' AND $(ReferenceType)=='Project'"Include="$(NetFxSource)src\Microsoft.Data.SqlClient.csproj" />
<ProjectReferenceCondition="'$(TargetGroup)'=='netcoreapp' AND $(ReferenceType)=='Project'"Include="$(NetCoreSource)src\Microsoft.Data.SqlClient.csproj" />
13
-
<ProjectReferenceCondition="'$(TargetGroup)'=='netfx' AND $(ReferenceType)=='Project'"Include="$(NetFxSource)src\Microsoft.Data.SqlClient.csproj" />
<ProjectReferenceCondition="'$(TargetGroup)'=='netcoreapp' AND $(ReferenceType)=='Project'"Include="$(NetCoreSource)src\Microsoft.Data.SqlClient.csproj" />
13
-
<ProjectReferenceCondition="'$(TargetGroup)'=='netfx' AND $(ReferenceType)=='Project'"Include="$(NetFxSource)src\Microsoft.Data.SqlClient.csproj" />
<ProjectReferenceCondition="'$(TargetGroup)'=='netcoreapp' AND $(ReferenceType)=='Project'"Include="$(NetCoreSource)src\Microsoft.Data.SqlClient.csproj" />
13
-
<ProjectReferenceCondition="'$(TargetGroup)'=='netfx' AND $(ReferenceType)=='Project'"Include="$(NetFxSource)src\Microsoft.Data.SqlClient.csproj" />
0 commit comments