Bump dependencies (#4279)

This commit is contained in:
Piotr Kiełkowicz 2025-06-30 14:19:42 +02:00 committed by GitHub
parent 7629e22431
commit 751d8464cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 112 additions and 91 deletions

View File

@ -47,7 +47,29 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- `OpenTelemetry.Instrumentation.EntityFrameworkCore` from `1.11.0-beta.2` to `1.12.0-beta.2`, - `OpenTelemetry.Instrumentation.EntityFrameworkCore` from `1.11.0-beta.2` to `1.12.0-beta.2`,
- `OpenTelemetry.Instrumentation.StackExchangeRedis` from `1.11.0-beta.2` to `1.12.0-beta.1`. - `OpenTelemetry.Instrumentation.StackExchangeRedis` from `1.11.0-beta.2` to `1.12.0-beta.1`.
- .NET Framework only, following packages updated - .NET Framework only, following packages updated
- `OpenTelemetry.Instrumentation.AspNet` from `1.11.0-beta.2` to `1.12.0-beta.1`. - `Microsoft.Bcl.AsyncInterfaces` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Configuration` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Configuration.Abstractions` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Configuration.Binder` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.DependencyInjection` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.DependencyInjection.Abstractions` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Diagnostics.Abstractions` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Logging` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Logging.Abstractions` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Logging.Configuration` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Options` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Options.ConfigurationExtensions` from `9.0.2` to `9.0.6`,
- `Microsoft.Extensions.Primitives` from `9.0.2` to `9.0.6`,
- `OpenTelemetry.Instrumentation.AspNet` from `1.11.0-beta.2` to `1.12.0-beta.1`,
- `System.Buffers` from `4.6.0` to `4.6.1`,
- `System.Diagnostics.DiagnosticSource` from `9.0.2` to `9.0.6`,
- `System.IO.Pipelines` from `9.0.2` to `9.0.6`,
- `System.Memory` from `4.6.0` to `4.6.3`,
- `System.Numerics.Vectors` from `4.6.0` to `4.6.1`,
- `System.Runtime.CompilerServices.Unsafe` from `6.1.0` to `6.1.2`,
- `System.Threading.Tasks.Extensions` update from `4.6.0` to `4.6.3`,
- `System.Text.Json` update from `9.0.2` to `9.0.6`.
- `System.ValueTuple` from `4.5.0` to `4.6.1`.
### Deprecated ### Deprecated

View File

@ -4,7 +4,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" /> <PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
<PackageVersion Include="log4net" Version="3.0.4" /> <PackageVersion Include="log4net" Version="3.1.0" />
<PackageVersion Include="MinVer" Version="6.0.0" /> <PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="OpenTelemetry" Version="1.12.0" /> <PackageVersion Include="OpenTelemetry" Version="1.12.0" />
<PackageVersion Include="OpenTelemetry.Api" Version="1.12.0" /> <PackageVersion Include="OpenTelemetry.Api" Version="1.12.0" />

View File

@ -4,6 +4,6 @@
<ItemGroup> <ItemGroup>
<PackageVersion Include="Mono.Cecil" Version="0.11.6" /> <PackageVersion Include="Mono.Cecil" Version="0.11.6" />
<PackageVersion Include="Nuke.Common" Version="9.0.4" /> <PackageVersion Include="Nuke.Common" Version="9.0.4" />
<PackageVersion Include="Nuget.CommandLine" Version="6.13.2" /> <PackageVersion Include="Nuget.CommandLine" Version="6.14.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -19,14 +19,14 @@ public static partial class LibraryVersion
"TestApplication.Azure", "TestApplication.Azure",
[ [
new("12.22.2"), new("12.22.2"),
new("12.24.0"), new("12.24.1"),
] ]
}, },
{ {
"TestApplication.Elasticsearch", "TestApplication.Elasticsearch",
[ [
new("8.15.10"), new("8.15.10"),
new("8.17.4"), new("9.0.7"),
] ]
}, },
{ {
@ -34,7 +34,7 @@ public static partial class LibraryVersion
[ [
new("6.0.35"), new("6.0.35"),
new("8.0.10"), new("8.0.10"),
new("9.0.4"), new("9.0.6"),
] ]
}, },
{ {
@ -65,14 +65,14 @@ public static partial class LibraryVersion
"TestApplication.Log4NetBridge", "TestApplication.Log4NetBridge",
[ [
new("2.0.13"), new("2.0.13"),
new("3.0.4"), new("3.1.0"),
] ]
}, },
{ {
"TestApplication.MassTransit", "TestApplication.MassTransit",
[ [
new("8.3.0"), new("8.3.0"),
new("8.4.0"), new("8.5.0"),
] ]
}, },
{ {
@ -95,7 +95,7 @@ public static partial class LibraryVersion
new("2.19.0", supportedFrameworks: [ "net9.0", "net8.0", "net462" ]), new("2.19.0", supportedFrameworks: [ "net9.0", "net8.0", "net462" ]),
new("2.30.0", supportedFrameworks: [ "net9.0", "net8.0", "net462" ]), new("2.30.0", supportedFrameworks: [ "net9.0", "net8.0", "net462" ]),
new("3.0.0", supportedFrameworks: [ "net9.0", "net8.0", "net472" ]), new("3.0.0", supportedFrameworks: [ "net9.0", "net8.0", "net472" ]),
new("3.3.0", supportedFrameworks: [ "net9.0", "net8.0", "net472" ]), new("3.4.0", supportedFrameworks: [ "net9.0", "net8.0", "net472" ]),
] ]
}, },
{ {
@ -161,7 +161,7 @@ public static partial class LibraryVersion
"TestApplication.StackExchangeRedis", "TestApplication.StackExchangeRedis",
[ [
new("2.6.122"), new("2.6.122"),
new("2.8.31"), new("2.8.41"),
] ]
}, },
{ {
@ -178,7 +178,7 @@ public static partial class LibraryVersion
new("1.4.0", supportedPlatforms: [ "x64" ]), new("1.4.0", supportedPlatforms: [ "x64" ]),
new("1.6.2"), new("1.6.2"),
new("1.8.2"), new("1.8.2"),
new("2.10.0"), new("2.10.1"),
] ]
}, },
}; };

View File

@ -2,7 +2,7 @@
<Import Project="..\Directory.Packages.props" /> <Import Project="..\Directory.Packages.props" />
<!-- Versions from Directory.Build.props in the same folder --> <!-- Versions from Directory.Build.props in the same folder -->
<ItemGroup> <ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" /> <PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" /> <PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
</ItemGroup> </ItemGroup>
<!-- Versions from OpenTelemetry.AutoInstrumentation.BuildTasks.csproj --> <!-- Versions from OpenTelemetry.AutoInstrumentation.BuildTasks.csproj -->
@ -34,7 +34,7 @@
</ItemGroup> </ItemGroup>
<!-- Versions from SourceGenerators.csproj --> <!-- Versions from SourceGenerators.csproj -->
<ItemGroup> <ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" /> <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
</ItemGroup> </ItemGroup>
<!-- Versions from CommonExcludedAssets.props --> <!-- Versions from CommonExcludedAssets.props -->
@ -46,29 +46,29 @@
<PackageVersion Include="System.Windows.Extensions" Version="4.7.0" /> <PackageVersion Include="System.Windows.Extensions" Version="4.7.0" />
</ItemGroup> </ItemGroup>
<ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies"> <ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies">
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" /> <PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Primitives" Version="9.0.6" />
<PackageVersion Include="System.Buffers" Version="4.6.0" /> <PackageVersion Include="System.Buffers" Version="4.6.1" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" /> <PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.6" />
<PackageVersion Include="System.IO.Pipelines" Version="9.0.2" /> <PackageVersion Include="System.IO.Pipelines" Version="9.0.6" />
<PackageVersion Include="System.Memory" Version="4.6.0" /> <PackageVersion Include="System.Memory" Version="4.6.3" />
<PackageVersion Include="System.Numerics.Vectors" Version="4.6.0" /> <PackageVersion Include="System.Numerics.Vectors" Version="4.6.1" />
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" /> <PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> <PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageVersion Include="System.Text.Encodings.Web" Version="9.0.2" /> <PackageVersion Include="System.Text.Encodings.Web" Version="9.0.2" />
<PackageVersion Include="System.Text.Json" Version="9.0.2" /> <PackageVersion Include="System.Text.Json" Version="9.0.2" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.0" /> <PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> <PackageVersion Include="System.ValueTuple" Version="4.6.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -18,19 +18,19 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
const USHORT auto_major = atoi(AUTO_MAJOR); const USHORT auto_major = atoi(AUTO_MAJOR);
assembly_version_redirect_map_.insert({ assembly_version_redirect_map_.insert({
{ L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 2} }, { L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Configuration", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Configuration", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Configuration.Abstractions", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Configuration.Abstractions", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Configuration.Binder", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Configuration.Binder", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.DependencyInjection", {9, 0, 0, 2} }, { L"Microsoft.Extensions.DependencyInjection", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.DependencyInjection.Abstractions", {9, 0, 0, 2} }, { L"Microsoft.Extensions.DependencyInjection.Abstractions", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Diagnostics.Abstractions", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Diagnostics.Abstractions", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Logging", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Logging", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Logging.Abstractions", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Logging.Abstractions", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Logging.Configuration", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Logging.Configuration", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Options", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Options", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Options.ConfigurationExtensions", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Options.ConfigurationExtensions", {9, 0, 0, 6} },
{ L"Microsoft.Extensions.Primitives", {9, 0, 0, 2} }, { L"Microsoft.Extensions.Primitives", {9, 0, 0, 6} },
{ L"Microsoft.Win32.Primitives", {4, 0, 3, 0} }, { L"Microsoft.Win32.Primitives", {4, 0, 3, 0} },
{ L"OpenTelemetry", {1, 0, 0, 0} }, { L"OpenTelemetry", {1, 0, 0, 0} },
{ L"OpenTelemetry.Api", {1, 0, 0, 0} }, { L"OpenTelemetry.Api", {1, 0, 0, 0} },
@ -58,7 +58,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"OpenTelemetry.Shims.OpenTracing", {1, 0, 0, 0} }, { L"OpenTelemetry.Shims.OpenTracing", {1, 0, 0, 0} },
{ L"OpenTracing", {0, 12, 1, 0} }, { L"OpenTracing", {0, 12, 1, 0} },
{ L"System.AppContext", {4, 1, 2, 0} }, { L"System.AppContext", {4, 1, 2, 0} },
{ L"System.Buffers", {4, 0, 4, 0} }, { L"System.Buffers", {4, 0, 5, 0} },
{ L"System.Collections", {4, 0, 11, 0} }, { L"System.Collections", {4, 0, 11, 0} },
{ L"System.Collections.Concurrent", {4, 0, 11, 0} }, { L"System.Collections.Concurrent", {4, 0, 11, 0} },
{ L"System.Collections.NonGeneric", {4, 0, 3, 0} }, { L"System.Collections.NonGeneric", {4, 0, 3, 0} },
@ -71,7 +71,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Data.Common", {4, 2, 0, 0} }, { L"System.Data.Common", {4, 2, 0, 0} },
{ L"System.Diagnostics.Contracts", {4, 0, 1, 0} }, { L"System.Diagnostics.Contracts", {4, 0, 1, 0} },
{ L"System.Diagnostics.Debug", {4, 0, 11, 0} }, { L"System.Diagnostics.Debug", {4, 0, 11, 0} },
{ L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 2} }, { L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 6} },
{ L"System.Diagnostics.FileVersionInfo", {4, 0, 2, 0} }, { L"System.Diagnostics.FileVersionInfo", {4, 0, 2, 0} },
{ L"System.Diagnostics.Process", {4, 1, 2, 0} }, { L"System.Diagnostics.Process", {4, 1, 2, 0} },
{ L"System.Diagnostics.StackTrace", {4, 1, 0, 0} }, { L"System.Diagnostics.StackTrace", {4, 1, 0, 0} },
@ -93,14 +93,14 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.IO.FileSystem.Watcher", {4, 0, 2, 0} }, { L"System.IO.FileSystem.Watcher", {4, 0, 2, 0} },
{ L"System.IO.IsolatedStorage", {4, 0, 2, 0} }, { L"System.IO.IsolatedStorage", {4, 0, 2, 0} },
{ L"System.IO.MemoryMappedFiles", {4, 0, 2, 0} }, { L"System.IO.MemoryMappedFiles", {4, 0, 2, 0} },
{ L"System.IO.Pipelines", {9, 0, 0, 2} }, { L"System.IO.Pipelines", {9, 0, 0, 6} },
{ L"System.IO.Pipes", {4, 0, 2, 0} }, { L"System.IO.Pipes", {4, 0, 2, 0} },
{ L"System.IO.UnmanagedMemoryStream", {4, 0, 3, 0} }, { L"System.IO.UnmanagedMemoryStream", {4, 0, 3, 0} },
{ L"System.Linq", {4, 1, 2, 0} }, { L"System.Linq", {4, 1, 2, 0} },
{ L"System.Linq.Expressions", {4, 1, 2, 0} }, { L"System.Linq.Expressions", {4, 1, 2, 0} },
{ L"System.Linq.Parallel", {4, 0, 1, 0} }, { L"System.Linq.Parallel", {4, 0, 1, 0} },
{ L"System.Linq.Queryable", {4, 0, 1, 0} }, { L"System.Linq.Queryable", {4, 0, 1, 0} },
{ L"System.Memory", {4, 0, 2, 0} }, { L"System.Memory", {4, 0, 5, 0} },
{ L"System.Net.Http", {4, 2, 0, 0} }, { L"System.Net.Http", {4, 2, 0, 0} },
{ L"System.Net.NameResolution", {4, 0, 2, 0} }, { L"System.Net.NameResolution", {4, 0, 2, 0} },
{ L"System.Net.NetworkInformation", {4, 1, 2, 0} }, { L"System.Net.NetworkInformation", {4, 1, 2, 0} },
@ -112,7 +112,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Net.WebHeaderCollection", {4, 0, 1, 0} }, { L"System.Net.WebHeaderCollection", {4, 0, 1, 0} },
{ L"System.Net.WebSockets", {4, 0, 2, 0} }, { L"System.Net.WebSockets", {4, 0, 2, 0} },
{ L"System.Net.WebSockets.Client", {4, 0, 2, 0} }, { L"System.Net.WebSockets.Client", {4, 0, 2, 0} },
{ L"System.Numerics.Vectors", {4, 1, 5, 0} }, { L"System.Numerics.Vectors", {4, 1, 6, 0} },
{ L"System.ObjectModel", {4, 0, 11, 0} }, { L"System.ObjectModel", {4, 0, 11, 0} },
{ L"System.Reflection", {4, 1, 2, 0} }, { L"System.Reflection", {4, 1, 2, 0} },
{ L"System.Reflection.Extensions", {4, 0, 1, 0} }, { L"System.Reflection.Extensions", {4, 0, 1, 0} },
@ -121,7 +121,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Resources.ResourceManager", {4, 0, 1, 0} }, { L"System.Resources.ResourceManager", {4, 0, 1, 0} },
{ L"System.Resources.Writer", {4, 0, 2, 0} }, { L"System.Resources.Writer", {4, 0, 2, 0} },
{ L"System.Runtime", {4, 1, 2, 0} }, { L"System.Runtime", {4, 1, 2, 0} },
{ L"System.Runtime.CompilerServices.Unsafe", {6, 0, 1, 0} }, { L"System.Runtime.CompilerServices.Unsafe", {6, 0, 3, 0} },
{ L"System.Runtime.CompilerServices.VisualC", {4, 0, 2, 0} }, { L"System.Runtime.CompilerServices.VisualC", {4, 0, 2, 0} },
{ L"System.Runtime.Extensions", {4, 1, 2, 0} }, { L"System.Runtime.Extensions", {4, 1, 2, 0} },
{ L"System.Runtime.Handles", {4, 0, 1, 0} }, { L"System.Runtime.Handles", {4, 0, 1, 0} },
@ -148,12 +148,12 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Threading", {4, 0, 11, 0} }, { L"System.Threading", {4, 0, 11, 0} },
{ L"System.Threading.Overlapped", {4, 1, 0, 0} }, { L"System.Threading.Overlapped", {4, 1, 0, 0} },
{ L"System.Threading.Tasks", {4, 0, 11, 0} }, { L"System.Threading.Tasks", {4, 0, 11, 0} },
{ L"System.Threading.Tasks.Extensions", {4, 2, 1, 0} }, { L"System.Threading.Tasks.Extensions", {4, 2, 4, 0} },
{ L"System.Threading.Tasks.Parallel", {4, 0, 1, 0} }, { L"System.Threading.Tasks.Parallel", {4, 0, 1, 0} },
{ L"System.Threading.Thread", {4, 0, 2, 0} }, { L"System.Threading.Thread", {4, 0, 2, 0} },
{ L"System.Threading.ThreadPool", {4, 0, 12, 0} }, { L"System.Threading.ThreadPool", {4, 0, 12, 0} },
{ L"System.Threading.Timer", {4, 0, 1, 0} }, { L"System.Threading.Timer", {4, 0, 1, 0} },
{ L"System.ValueTuple", {4, 0, 3, 0} }, { L"System.ValueTuple", {4, 0, 5, 0} },
{ L"System.Xml.ReaderWriter", {4, 1, 1, 0} }, { L"System.Xml.ReaderWriter", {4, 1, 1, 0} },
{ L"System.Xml.XDocument", {4, 0, 11, 0} }, { L"System.Xml.XDocument", {4, 0, 11, 0} },
{ L"System.Xml.XmlDocument", {4, 0, 3, 0} }, { L"System.Xml.XmlDocument", {4, 0, 3, 0} },

View File

@ -1,10 +1,10 @@
<Project> <Project>
<Import Project="..\Directory.Packages.props" /> <Import Project="..\Directory.Packages.props" />
<ItemGroup> <ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.24.0" /> <PackageVersion Include="Azure.Storage.Blobs" Version="12.24.1" />
<PackageVersion Include="Confluent.Kafka" Version="2.10.0" /> <PackageVersion Include="Confluent.Kafka" Version="2.10.1" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.17.4" /> <PackageVersion Include="Elastic.Clients.Elasticsearch" Version="9.0.7" />
<PackageVersion Include="Google.Protobuf" Version="3.30.0" /> <PackageVersion Include="Google.Protobuf" Version="3.31.1" />
<PackageVersion Include="GraphQL" Version="8.5.0" /> <PackageVersion Include="GraphQL" Version="8.5.0" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.5.0" /> <PackageVersion Include="GraphQL.MicrosoftDI" Version="8.5.0" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.2.0" /> <PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.2.0" />
@ -13,29 +13,29 @@
<PackageVersion Include="Grpc.Net.Client" Version="2.67.0" /> <PackageVersion Include="Grpc.Net.Client" Version="2.67.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.67.0" /> <PackageVersion Include="Grpc.Net.Client.Web" Version="2.67.0" />
<PackageVersion Include="Grpc.Tools" Version="2.68.1" /> <PackageVersion Include="Grpc.Tools" Version="2.68.1" />
<PackageVersion Include="MassTransit" Version="8.4.0" /> <PackageVersion Include="MassTransit" Version="8.5.0" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.4" /> <PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.6" />
<PackageVersion Include="Microsoft.Build" Version="15.9.20" /> <PackageVersion Include="Microsoft.Build" Version="15.9.20" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.9.20" /> <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.2" /> <PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" /> <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.4" /> <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.2" /> <PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.6" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="MongoDB.Driver" Version="3.3.0" /> <PackageVersion Include="MongoDB.Driver" Version="3.4.0" />
<PackageVersion Include="NSubstitute" Version="5.3.0" /> <PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="MySqlConnector" Version="2.4.0" /> <PackageVersion Include="MySqlConnector" Version="2.4.0" />
<PackageVersion Include="MySql.Data" Version="9.3.0" /> <PackageVersion Include="MySql.Data" Version="9.3.0" />
<PackageVersion Include="NServiceBus" Version="9.2.7" /> <PackageVersion Include="NServiceBus" Version="9.2.7" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Npgsql" Version="9.0.3" /> <PackageVersion Include="Npgsql" Version="9.0.3" />
<PackageVersion Include="NuGet.Versioning" Version="6.13.2" /> <PackageVersion Include="NuGet.Versioning" Version="6.14.0" />
<PackageVersion Include="OpenTracing" Version="0.12.1" /> <PackageVersion Include="OpenTracing" Version="0.12.1" />
<PackageVersion Include="Oracle.ManagedDataAccess" Version="23.8.0" /> <PackageVersion Include="Oracle.ManagedDataAccess" Version="23.8.0" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.8.0" /> <PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.8.0" />
@ -44,21 +44,21 @@
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.14.0" /> <PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.14.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.14.0" /> <PackageVersion Include="Quartz.Extensions.Hosting" Version="3.14.0" />
<PackageVersion Include="RabbitMQ.Client" Version="7.1.2" /> <PackageVersion Include="RabbitMQ.Client" Version="7.1.2" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.31" /> <PackageVersion Include="StackExchange.Redis" Version="2.8.41" />
<PackageVersion Include="StrongNamer" Version="0.2.5" /> <PackageVersion Include="StrongNamer" Version="0.2.5" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.4" /> <PackageVersion Include="System.Collections.Immutable" Version="9.0.6" />
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0" /> <PackageVersion Include="System.Data.SqlClient" Version="4.9.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" /> <PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.6" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" /> <PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="System.Reactive" Version="6.0.1" /> <PackageVersion Include="System.Reactive" Version="6.0.1" />
<PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" /> <PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" /> <PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.2" /> <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.6" />
<PackageVersion Include="System.ServiceModel.Http" Version="8.1.2" /> <PackageVersion Include="System.ServiceModel.Http" Version="8.1.2" />
<PackageVersion Include="System.ServiceModel.NetTcp" Version="8.1.2" /> <PackageVersion Include="System.ServiceModel.NetTcp" Version="8.1.2" />
<PackageVersion Include="System.Text.Json" Version="9.0.4" /> <PackageVersion Include="System.Text.Json" Version="9.0.4" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" /> <PackageVersion Include="System.ValueTuple" Version="4.5.0" />
<PackageVersion Include="Testcontainers" Version="4.4.0" /> <PackageVersion Include="Testcontainers" Version="4.6.0" />
<PackageVersion Include="Verify.Xunit" Version="20.8.2" /> <PackageVersion Include="Verify.Xunit" Version="20.8.2" />
<PackageVersion Include="xunit" Version="2.9.3" /> <PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />

View File

@ -23,7 +23,7 @@ public static partial class LibraryVersion
string.Empty, string.Empty,
#else #else
"12.22.2", "12.22.2",
"12.24.0", "12.24.1",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -39,7 +39,7 @@ public static partial class LibraryVersion
string.Empty, string.Empty,
#else #else
"8.15.10", "8.15.10",
"8.17.4", "9.0.7",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -56,7 +56,7 @@ public static partial class LibraryVersion
#else #else
"6.0.35", "6.0.35",
"8.0.10", "8.0.10",
"9.0.4", "9.0.6",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -123,7 +123,7 @@ public static partial class LibraryVersion
string.Empty, string.Empty,
#else #else
"2.0.13", "2.0.13",
"3.0.4", "3.1.0",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -139,7 +139,7 @@ public static partial class LibraryVersion
string.Empty, string.Empty,
#else #else
"8.3.0", "8.3.0",
"8.4.0", "8.5.0",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -196,7 +196,7 @@ public static partial class LibraryVersion
"3.0.0", "3.0.0",
#endif #endif
#if NET9_0 || NET8_0 || NET462 #if NET9_0 || NET8_0 || NET462
"3.3.0", "3.4.0",
#endif #endif
#endif #endif
]; ];
@ -354,7 +354,7 @@ public static partial class LibraryVersion
string.Empty, string.Empty,
#else #else
"2.6.122", "2.6.122",
"2.8.31", "2.8.41",
#endif #endif
]; ];
return theoryData; return theoryData;
@ -388,7 +388,7 @@ public static partial class LibraryVersion
#else #else
"1.6.2", "1.6.2",
"1.8.2", "1.8.2",
"2.10.0", "2.10.1",
#endif #endif
]; ];
return theoryData; return theoryData;

View File

@ -1,7 +1,6 @@
// Copyright The OpenTelemetry Authors // Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
using System;
using Elastic.Clients.Elasticsearch; using Elastic.Clients.Elasticsearch;
using Elastic.Transport; using Elastic.Transport;
using TestApplication.Shared; using TestApplication.Shared;
@ -23,7 +22,7 @@ var client = new ElasticsearchClient(settings);
try try
{ {
await client.SearchAsync<TestObject>(s => await client.SearchAsync<TestObject>(s =>
s.Index("test-index").From(0).Size(10).Query(q => q.Term(t => t.Field(to => to.Id)))); s.Indices("test-index").From(0).Size(10).Query(q => q.Term(t => t.Field(to => to.Id))));
} }
catch (UnexpectedTransportException) catch (UnexpectedTransportException)
{ {

View File

@ -2,9 +2,9 @@
<Import Project="..\Directory.Packages.props" /> <Import Project="..\Directory.Packages.props" />
<ItemGroup> <ItemGroup>
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" /> <PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageVersion Include="Microsoft.Build" Version="17.13.9" /> <PackageVersion Include="Microsoft.Build" Version="17.14.8" />
<PackageVersion Include="NuGet.ProjectModel" Version="6.13.2" /> <PackageVersion Include="NuGet.ProjectModel" Version="6.14.0" />
<PackageVersion Include="System.IO.Abstractions" Version="22.0.11" /> <PackageVersion Include="System.IO.Abstractions" Version="22.0.14" />
<PackageVersion Include="Valleysoft.DockerfileModel" Version="1.2.0" /> <PackageVersion Include="Valleysoft.DockerfileModel" Version="1.2.0" />
<PackageVersion Include="YamlDotNet" Version="16.3.0" /> <PackageVersion Include="YamlDotNet" Version="16.3.0" />
</ItemGroup> </ItemGroup>