-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathMicrosoft.Data.SqlClient.nuspec
More file actions
234 lines (213 loc) · 20.8 KB
/
Microsoft.Data.SqlClient.nuspec
File metadata and controls
234 lines (213 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>Microsoft.Data.SqlClient</id>
<version>1.0.0</version>
<title>Microsoft.Data.SqlClient</title>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://aka.ms/sqlclientproject</projectUrl>
<icon>dotnet.png</icon>
<readme>README.md</readme>
<repository type="git" url="https://github.com/dotnet/sqlclient" commit="$COMMITID$" />
<description>The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS).
Commonly Used Types:
Microsoft.Data.SqlClient.SqlConnection
Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.SqlParameter
Microsoft.Data.SqlClient.SqlDataReader
Microsoft.Data.SqlClient.SqlCommand
Microsoft.Data.SqlClient.SqlTransaction
Microsoft.Data.SqlClient.SqlParameterCollection
Microsoft.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?linkid=2090501</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>sqlclient microsoft.data.sqlclient</tags>
<!--
We require the $AbstractionsPackageVersion$ and $LoggingPackageVersion$
properties to be supplied on the nuget pack command line to indicate which
version of the Abstractions and Logging packages we depend on.
-->
<dependencies>
<group targetFramework="net462">
<dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
<dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="$AbstractionsPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="$LoggingPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.SNI" version="6.0.2" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
<dependency id="System.Buffers" version="4.6.1" />
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="System.Diagnostics.DiagnosticSource" version="10.0.3" />
<dependency id="System.Memory" version="4.6.3" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" />
<dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
<dependency id="System.Text.Json" version="10.0.3" />
<dependency id="System.Threading.Channels" version="10.0.3" />
<dependency id="System.ValueTuple" version="4.6.2" />
</group>
<group targetFramework="net8.0">
<dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
<dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="$AbstractionsPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="$LoggingPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
<dependency id="System.Configuration.ConfigurationManager" version="8.0.1" exclude="Compile" />
<dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
</group>
<group targetFramework="net9.0">
<dependency id="Microsoft.Bcl.Cryptography" version="9.0.13" />
<dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="$AbstractionsPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="$LoggingPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="9.0.13" exclude="Compile" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
<dependency id="System.Configuration.ConfigurationManager" version="9.0.13" exclude="Compile" />
<dependency id="System.Security.Cryptography.Pkcs" version="9.0.13" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Bcl.Cryptography" version="8.0.0" />
<dependency id="Microsoft.Data.SqlClient.Extensions.Abstractions" version="$AbstractionsPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.Internal.Logging" version="$LoggingPackageVersion$" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="6.0.2" exclude="Compile" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" exclude="Compile" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.16.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="8.16.0" />
<dependency id="Microsoft.SqlServer.Server" version="1.0.0" />
<dependency id="System.Configuration.ConfigurationManager" version="8.0.1" exclude="Compile" />
<dependency id="System.Security.Cryptography.Pkcs" version="8.0.1" />
<dependency id="System.Text.Json" version="10.0.3" />
<dependency id="System.Threading.Channels" version="10.0.3" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework="net462" />
<frameworkAssembly assemblyName="System.Data" targetFramework="net462" />
</frameworkAssemblies>
<references>
<group targetFramework="net462">
<reference file="Microsoft.Data.SqlClient.dll" />
<reference file="Microsoft.Data.SqlClient.xml" />
</group>
<group targetFramework="net8.0">
<reference file="Microsoft.Data.SqlClient.dll" />
<reference file="Microsoft.Data.SqlClient.xml" />
</group>
<group targetFramework="net9.0">
<reference file="Microsoft.Data.SqlClient.dll" />
<reference file="Microsoft.Data.SqlClient.xml" />
</group>
<group targetFramework="netstandard2.0">
<reference file="Microsoft.Data.SqlClient.dll" />
<reference file="Microsoft.Data.SqlClient.xml" />
</group>
</references>
</metadata>
<files>
<file src="..\icons\dotnet.png" target="" />
<file src="..\..\src\Microsoft.Data.SqlClient\src\PackageReadme.md" target="README.md" />
<!--
We require the $ReferenceType$ property to be supplied on the nuget pack
command line to indicate where the DLLs are.
-->
<!-- Lib Binaries ================================================== -->
<!-- lib/net462 - These contain the implementation -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\Microsoft.Data.SqlClient.dll" target="lib\net462\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\Microsoft.Data.SqlClient.pdb" target="lib\net462\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\Microsoft.Data.SqlClient.xml" target="lib\net462\" exclude="" />
<!-- lib/net462 Localized Resources -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\cs\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\cs\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\de\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\de\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\es\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\es\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\fr\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\fr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\it\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\it\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\ja\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\ja\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\ko\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\ko\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\pl\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\pl\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\pt-BR\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\pt-BR\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\ru\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\ru\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\tr\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\tr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\zh-Hans\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\zh-Hans\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\zh-Hant\Microsoft.Data.SqlClient.resources.dll" target="lib\net462\zh-Hant\" exclude="" />
<!-- lib/net8.0 - These are PlatformNotSupportedException assemblies -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\net8.0\Microsoft.Data.SqlClient.dll" target="lib\net8.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\net8.0\Microsoft.Data.SqlClient.pdb" target="lib\net8.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net8.0\Microsoft.Data.SqlClient.xml" target="lib\net8.0\" exclude="" />
<!-- lib/net8.0 Localized Resources -->
<!-- Note: although these come from windows_nt, they will work on any OS -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\cs\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\cs\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\de\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\de\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\es\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\es\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\fr\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\fr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\it\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\it\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\ja\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\ja\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\ko\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\ko\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\pl\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\pl\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\pt-BR\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\pt-BR\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\ru\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\ru\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\tr\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\tr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\zh-Hans\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll" target="lib\net8.0\zh-Hant\" exclude="" />
<!-- lib/net9.0 - These are PlatformNotSupportedException assemblies -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\net9.0\Microsoft.Data.SqlClient.dll" target="lib\net9.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\net9.0\Microsoft.Data.SqlClient.pdb" target="lib\net9.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net9.0\Microsoft.Data.SqlClient.xml" target="lib\net9.0\" exclude="" />
<!-- lib/net9.0 Localized Resources -->
<!-- Note: although these come from windows_nt, they will work on any OS -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\cs\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\cs\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\de\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\de\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\es\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\es\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\fr\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\fr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\it\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\it\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\ja\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\ja\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\ko\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\ko\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\pl\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\pl\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\pt-BR\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\ru\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\ru\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\tr\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\tr\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\zh-Hans\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll" target="lib\net9.0\zh-Hant\" exclude="" />
<!-- lib/netstandard2.0 - These are PlatformNotSupportedException assemblies -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\netstandard2.0\Microsoft.Data.SqlClient.dll" target="lib\netstandard2.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.notsupported\$ReferenceType$-$Configuration$\netstandard2.0\Microsoft.Data.SqlClient.pdb" target="lib\netstandard2.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\netstandard2.0\Microsoft.Data.SqlClient.xml" target="lib\netstandard2.0\" exclude="" />
<!-- Ref Binaries ================================================== -->
<!-- ref/net462 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net462\Microsoft.Data.SqlClient.dll" target="ref\net462\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net462\Microsoft.Data.SqlClient.xml" target="ref\net462\" exclude="" />
<!-- ref/net8.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net8.0\Microsoft.Data.SqlClient.dll" target="ref\net8.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net8.0\Microsoft.Data.SqlClient.xml" target="ref\net8.0\" exclude="" />
<!-- ref/net9.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net9.0\Microsoft.Data.SqlClient.dll" target="ref\net9.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\net9.0\Microsoft.Data.SqlClient.xml" target="ref\net9.0\" exclude="" />
<!-- ref/netstandard2.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\netstandard2.0\Microsoft.Data.SqlClient.dll" target="ref\netstandard2.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient.ref\$ReferenceType$-$Configuration$\netstandard2.0\Microsoft.Data.SqlClient.xml" target="ref\netstandard2.0\" exclude="" />
<!-- Runtime Binaries ============================================== -->
<!-- runtimes/win/lib/net462 -->
<!-- @TODO: We include the impl version in the lib folder - is the runtimes version necessary? -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\Microsoft.Data.SqlClient.dll" target="runtimes\win\lib\net462\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net462\Microsoft.Data.SqlClient.pdb" target="runtimes\win\lib\net462\" exclude="" />
<!-- runtimes/unix/lib/net8.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\unix\net8.0\Microsoft.Data.SqlClient.dll" target="runtimes\unix\lib\net8.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\unix\net8.0\Microsoft.Data.SqlClient.pdb" target="runtimes\unix\lib\net8.0\" exclude="" />
<!-- runtimes/win/lib/net8.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\Microsoft.Data.SqlClient.dll" target="runtimes\win\lib\net8.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net8.0\Microsoft.Data.SqlClient.pdb" target="runtimes\win\lib\net8.0\" exclude="" />
<!-- runtimes/unix/lib/net9.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\unix\net9.0\Microsoft.Data.SqlClient.dll" target="runtimes\unix\lib\net9.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\unix\net9.0\Microsoft.Data.SqlClient.pdb" target="runtimes\unix\lib\net9.0\" exclude="" />
<!-- runtimes/win/lib/net9.0 -->
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\Microsoft.Data.SqlClient.dll" target="runtimes\win\lib\net9.0\" exclude="" />
<file src="..\..\artifacts\Microsoft.Data.SqlClient\$ReferenceType$-$Configuration$\windows_nt\net9.0\Microsoft.Data.SqlClient.pdb" target="runtimes\win\lib\net9.0\" exclude="" />
</files>
</package>