1 <Project Sdk="Microsoft.NET.Sdk">
3 <OutputType>Library</OutputType>
4 <TargetFramework>netcoreapp30</TargetFramework>
5 <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
6 <EnableDefaultItems>false</EnableDefaultItems>
7 <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
10 <SystemCompositionVersions>$(MicrosoftPrivateCoreFxNETCoreAppVersion.Replace("4.6.0", "1.3.0"))</SystemCompositionVersions>
11 <SystemNumericsTensorsVersion>$(MicrosoftPrivateCoreFxNETCoreAppVersion.Replace("4.6.0", "0.2.0"))</SystemNumericsTensorsVersion>
12 <SystemDataSqlClientVersion>$(MicrosoftPrivateCoreFxNETCoreAppVersion.Replace("4.6.0", "4.7.0"))</SystemDataSqlClientVersion>
15 <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
16 <PackageReference Include="System.CodeDom" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
17 <PackageReference Include="System.ComponentModel.Composition" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
18 <PackageReference Include="System.ComponentModel.Composition.Registration" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
19 <PackageReference Include="System.Composition.AttributedModel" Version="$(SystemCompositionVersions)" />
20 <PackageReference Include="System.Composition.Convention" Version="$(SystemCompositionVersions)" />
21 <PackageReference Include="System.Composition.Hosting" Version="$(SystemCompositionVersions)" />
22 <PackageReference Include="System.Composition.Runtime" Version="$(SystemCompositionVersions)" />
23 <PackageReference Include="System.Composition.TypedParts" Version="$(SystemCompositionVersions)" />
24 <PackageReference Include="System.Configuration.ConfigurationManager" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
25 <PackageReference Include="System.Data.Odbc" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
26 <PackageReference Include="System.Data.SqlClient" Version="$(SystemDataSqlClientVersion)" />
27 <PackageReference Include="System.DirectoryServices" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
28 <PackageReference Include="System.DirectoryServices.AccountManagement" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
29 <PackageReference Include="System.DirectoryServices.Protocols" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
30 <PackageReference Include="System.Drawing.Common" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
31 <PackageReference Include="System.IO.Packaging" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
32 <PackageReference Include="System.IO.Pipelines" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
33 <PackageReference Include="System.IO.Ports" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
34 <PackageReference Include="System.Json" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
35 <PackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
36 <PackageReference Include="System.Numerics.Tensors" Version="$(SystemNumericsTensorsVersion)" />
37 <PackageReference Include="System.Reflection.Context" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
38 <PackageReference Include="System.Reflection.MetadataLoadContext" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
39 <PackageReference Include="System.Security.Cryptography.Pkcs" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
40 <PackageReference Include="System.Security.Cryptography.Xml" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
41 <PackageReference Include="System.Security.Permissions" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
42 <PackageReference Include="System.ServiceModel.Syndication" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
43 <PackageReference Include="System.Text.Encoding.CodePages" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
44 <PackageReference Include="System.Text.Encodings.Web" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
45 <PackageReference Include="System.Threading.Channels" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />
46 <PackageReference Include="System.Utf8String.Experimental" Version="$(MicrosoftPrivateCoreFxNETCoreAppVersion)" />