Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf366ec3

Browse files
committed
Pulling over changes from a different branch from before rebase
1 parent14d118b commitf366ec3

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@
344344
<CompileInclude="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlBatchCommand.cs">
345345
<Link>Microsoft\Data\SqlClient\SqlBatchCommand.cs</Link>
346346
</Compile>
347+
<CompileInclude="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlBatchCommand.Net8OrGreater.cs">
348+
<Link>Microsoft\Data\SqlClient\SqlBatchCommand.Net8OrGreater.cs</Link>
349+
</Compile>
347350
<CompileInclude="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlBatchCommandCollection.cs">
348351
<Link>Microsoft\Data\SqlClient\SqlBatchCommandCollection.cs</Link>
349352
</Compile>

‎src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlClientFactory.NetCoreApp.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
#ifNET6_0_OR_GREATER
6+
57
usingSystem.Data.Common;
68

79
namespaceMicrosoft.Data.SqlClient
@@ -18,3 +20,5 @@ public sealed partial class SqlClientFactory : DbProviderFactory
1820
publicoverrideDbBatchCommandCreateBatchCommand()=>newSqlBatchCommand();
1921
}
2022
}
23+
24+
#endif

‎src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.Net8OrGreater.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
#ifNET8_0_OR_GREATER
6+
57
usingSystem.Data.Common;
68

79
namespaceMicrosoft.Data.SqlClient
@@ -15,3 +17,5 @@ public partial class SqlBatchCommand
1517
publicoverrideboolCanCreateParameter=>true;
1618
}
1719
}
20+
21+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp