-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move common comment to the top of the file
- Loading branch information
Showing
1 changed file
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,50 @@ | ||
<Project> | ||
<!-- ExcludeAssets="all" prevents copying libraries to the output --> | ||
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> | ||
<!-- StackExchange.Redis is required by OpenTelemetry.Instrumentation.StackExchangeRedis. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- StackExchange.Redis is required by OpenTelemetry.Instrumentation.StackExchangeRedis. --> | ||
<PackageReference Include="StackExchange.Redis" ExcludeAssets="all" /> | ||
<!-- Pipelines.Sockets.Unofficial is tranistive dependency required by OpenTelemetry.Instrumentation.StackExchangeRedis. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- Pipelines.Sockets.Unofficial is tranistive dependency required by OpenTelemetry.Instrumentation.StackExchangeRedis. --> | ||
<PackageReference Include="Pipelines.Sockets.Unofficial" ExcludeAssets="all" /> | ||
<!-- System.Diagnostics.PerformanceCounter is tranistive dependency required by OpenTelemetry.Instrumentation.StackExchangeRedis. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Diagnostics.PerformanceCounter is tranistive dependency required by OpenTelemetry.Instrumentation.StackExchangeRedis. --> | ||
<PackageReference Include="System.Diagnostics.PerformanceCounter" ExcludeAssets="all" /> | ||
<!-- MySql.Data is required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- MySql.Data is required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="MySql.Data" ExcludeAssets="all" /> | ||
<!-- System.Configuration.ConfigurationManager is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Configuration.ConfigurationManager is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" ExcludeAssets="all" /> | ||
<!-- System.Security.Cryptography.ProtectedData is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Security.Cryptography.ProtectedData is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="System.Security.Cryptography.ProtectedData" ExcludeAssets="all" /> | ||
<!-- System.Drawing.Common is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Drawing.Common is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="System.Drawing.Common" ExcludeAssets="all" /> | ||
<!-- System.Windows.Extensions is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Windows.Extensions is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="System.Windows.Extensions" ExcludeAssets="all" /> | ||
<!-- Microsoft.Win32.SystemEvents is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- Microsoft.Win32.SystemEvents is tranistive dependency required by OpenTelemetry.Instrumentation.MySqlData. --> | ||
<PackageReference Include="Microsoft.Win32.SystemEvents" ExcludeAssets="all" /> | ||
<!-- Microsoft.Bcl.AsyncInterfaces is required by StackExchange.Redis. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- Microsoft.Bcl.AsyncInterfaces is required by StackExchange.Redis. --> | ||
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" ExcludeAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<!-- DnsClient is required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- DnsClient is required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="MongoDB.Driver.Core" ExcludeAssets="all" /> | ||
<!-- DnsClient is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- DnsClient is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="DnsClient" ExcludeAssets="all" /> | ||
<!-- MongoDB.Bson is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- MongoDB.Bson is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="MongoDB.Bson" ExcludeAssets="all" /> | ||
<!-- MongoDB.Libmongocrypt is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- MongoDB.Libmongocrypt is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="MongoDB.Libmongocrypt" ExcludeAssets="all" /> | ||
<!-- System.Net.Http is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Net.Http is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Net.Http" ExcludeAssets="all" /> | ||
<!-- System.Runtime.InteropServices.RuntimeInformation is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Runtime.InteropServices.RuntimeInformation is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" ExcludeAssets="all" /> | ||
<!-- System.Security.Cryptography.Algorithms is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Security.Cryptography.Algorithms is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Security.Cryptography.Algorithms" ExcludeAssets="all" /> | ||
<!-- System.Security.Cryptography.Encoding is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Security.Cryptography.Encoding is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Security.Cryptography.Encoding" ExcludeAssets="all" /> | ||
<!-- System.Security.Cryptography.Primitives is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Security.Cryptography.Primitives is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Security.Cryptography.Primitives" ExcludeAssets="all" /> | ||
<!-- System.Security.Cryptography.X509Certificates is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- System.Security.Cryptography.X509Certificates is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="System.Security.Cryptography.X509Certificates" ExcludeAssets="all" /> | ||
<!-- SharpCompress is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. ExcludeAssets="all" prevents copying it to the output --> | ||
<!-- SharpCompress is tranistive dependency required by MongoDB.Driver.Core.Extensions.DiagnosticSources. --> | ||
<PackageReference Include="SharpCompress" ExcludeAssets="all" /> | ||
</ItemGroup> | ||
</Project> |