Skip to content

Commit 44c44bc

Browse files
committed
Move the netcore version of SqlInfoMessageEvent.cs to the shared src and update references in the csprojs
1 parent da1f9ab commit 44c44bc

File tree

4 files changed

+6
-49
lines changed

4 files changed

+6
-49
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlException.cs">
272272
<Link>Microsoft\Data\SqlClient\SqlException.cs</Link>
273273
</Compile>
274+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs">
275+
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs</Link>
276+
</Compile>
274277
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
275278
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
276279
</Compile>
@@ -558,7 +561,6 @@
558561
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnclaveSession.cs">
559562
<Link>Microsoft\Data\SqlClient\SqlEnclaveSession.cs</Link>
560563
</Compile>
561-
<Compile Include="Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs" />
562564
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
563565
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
564566
<Compile Include="Microsoft\Data\SqlClient\SqlInternalTransaction.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@
360360
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlException.cs">
361361
<Link>Microsoft\Data\SqlClient\SqlException.cs</Link>
362362
</Compile>
363+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs">
364+
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs</Link>
365+
</Compile>
363366
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs">
364367
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEventHandler.cs</Link>
365368
</Compile>
@@ -546,7 +549,6 @@
546549
<Compile Include="Microsoft\Data\SqlClient\SqlDependencyUtils.cs" />
547550
<Compile Include="Microsoft\Data\SqlClient\SqlEnums.cs" />
548551
<Compile Include="Microsoft\Data\SqlClient\SqlError.cs" />
549-
<Compile Include="Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs" />
550552
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
551553
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionSmi.cs" />
552554
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlInfoMessageEvent.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)