Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test Package Versions Bump] Updating package versions #6279

Merged
merged 4 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions tracer/build/PackageVersionsGeneratorDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,13 @@
"SpecificVersions": [
"4.1.*",
"4.5.*",
"4.8.*",
"4.*.*"
]
],
"VersionConditions": [{
"MinVersion": "4.9.0",
"ExcludeTargetFrameworks": ["netcoreapp2.1", "netcoreapp3.0", "netcoreapp3.1", "net5.0"]
}]
},
{
"IntegrationName": "MicrosoftDataSqlClient",
Expand Down Expand Up @@ -574,11 +579,15 @@
"SampleProjectName": "LogsInjection.ILogger.ExtendedLogger",
"NugetPackageSearchName": "Microsoft.Extensions.Telemetry",
"MinVersion": "8.0.0",
"MaxVersionExclusive": "9.0.0",
"MaxVersionExclusive": "10.0.0",
"SpecificVersions": [
"8.*.*"
"8.*.*",
"9.*.*"
],
"VersionConditions": [{
"MinVersion": "9.0.0",
"ExcludeTargetFrameworks": ["netcoreapp2.1", "netcoreapp3.0", "netcoreapp3.1", "net5.0", "net6.0", "net7.0"]
},{
"MinVersion": "8.0.0",
"ExcludeTargetFrameworks": ["netcoreapp2.1", "netcoreapp3.0", "netcoreapp3.1", "net5.0"]
}]
Expand Down
330 changes: 174 additions & 156 deletions tracer/build/PackageVersionsLatestMajors.g.props

Large diffs are not rendered by default.

496 changes: 370 additions & 126 deletions tracer/build/PackageVersionsLatestMinors.g.props

Large diffs are not rendered by default.

350 changes: 199 additions & 151 deletions tracer/build/PackageVersionsLatestSpecific.g.props

Large diffs are not rendered by default.

Loading
Loading