Chore: Bump FluentMigrator.Runner.Core and 11 others#177
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Chore: Bump FluentMigrator.Runner.Core and 11 others#177dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps FluentMigrator.Runner.Core from 6.2.0 to 8.0.1 Bumps FluentMigrator.Runner.Postgres from 6.2.0 to 8.0.1 Bumps FluentMigrator.Runner.SQLite from 6.2.0 to 8.0.1 Bumps Microsoft.AspNetCore.Cryptography.KeyDerivation from 10.0.1 to 10.0.3 Bumps Microsoft.AspNetCore.SignalR.Client from 8.0.17 to 10.0.3 Bumps Microsoft.Extensions.Configuration from 10.0.1 to 10.0.3 Bumps Microsoft.Extensions.Hosting.WindowsServices from 8.0.1 to 10.0.3 Bumps Npgsql from 9.0.3 to 10.0.1 Bumps RestSharp from 106.15.0 to 114.0.0 Bumps Sentry from 4.0.2 to 6.1.0 Bumps System.Configuration.ConfigurationManager from 9.0.11 to 10.0.3 Bumps System.Resources.Extensions from 10.0.1 to 10.0.3 --- updated-dependencies: - dependency-name: FluentMigrator.Runner.Core dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: FluentMigrator.Runner.Postgres dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: FluentMigrator.Runner.SQLite dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Microsoft.AspNetCore.Cryptography.KeyDerivation dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-updates - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-updates - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Npgsql dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: RestSharp dependency-version: 114.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: Sentry dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: System.Configuration.ConfigurationManager dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-updates - dependency-name: System.Resources.Extensions dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Pinned FluentMigrator.Runner.Core at 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.Core's releases.
8.0.1
What's Changed
New Contributors
Full Changelog: fluentmigrator/fluentmigrator@v8.0.0...v8.0.1
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/62
8.0.0
What's Changed
Full Changelog: fluentmigrator/fluentmigrator@v7.2.0...v8.0.0
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/61
7.2.0
What's Changed
Features
Bug Fixes
Breaking Changes
Runner Behavior Changes
Third Party Database Runners
Possible ABI Breaking Changes
Removing Obsolete APIs
Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) by @PhenX in Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) fluentmigrator/fluentmigrator#2120
Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in Remove obsolete constructor in DotConnectOracleDbFactory fluentmigrator/fluentmigrator#2133
Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in Remove obsolete constructors on DefaultVersionTableMetaData fluentmigrator/fluentmigrator#2134
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in Remove obsolete ReflectionBasedDbFactory constructors fluentmigrator/fluentmigrator#2138
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in Add comprehensive VitePress documentation website for FluentMigrator fluentmigrator/fluentmigrator#2166
Fix VitePress base path for organization GitHub Pages deployment by @Copilot in Fix VitePress base path for organization GitHub Pages deployment fluentmigrator/fluentmigrator#2177
Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in Add conditional net48 targeting to FluentMigrator.Analyzers.Tests fluentmigrator/fluentmigrator#2184
... (truncated)
7.1.0
What's Changed
New Features
As part of fixing #2018, IMigrationGenerator now has explicit GeneratorId and GeneratorIdAliases properties.
Bug Fixes
Planned Obsolesence
ProcessorIdconstants class is now namedProcessorIdConstants. There is now a parallelGeneratorIdConstantsclass. Generally, these will be 1:1, but there may be useful scenarios to decouple the two.Breaking Changes
As part of fixing #2018,
AddPostgresno longer registersPostgresProcessorandPostgresGenerator(the base interfaces). It will now always register the "latest" database version. Currently,Postgres15_0ProcessorandPostgres15_0Generator. Generally, this should have minimal impact to end users as the main impact would be if you were on a 14 year old version of Postgres.Full Changelog: fluentmigrator/fluentmigrator@v7.0.0...v7.1.0
7.0.0
What's Changed
End of Life Support Changes
Bug fixes
Removing Code that has been marked Obsolete for 7 years :) 🥳
Dependency Injection improvements
Generator improvements
AppliedOnby @nathanpovo in Use database function to set the value ofAppliedOnfluentmigrator/fluentmigrator#1847MySQL improvements
FluentMigrator.MSBuild improvements
MicrosoftBuildLogger. by @teo-tsirpanis in ImproveMicrosoftBuildLogger. fluentmigrator/fluentmigrator#1905Testing improvements
Dependency Bumps
... (truncated)
Commits viewable in compare view.
Pinned FluentMigrator.Runner.Postgres at 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.Postgres's releases.
8.0.1
What's Changed
New Contributors
Full Changelog: fluentmigrator/fluentmigrator@v8.0.0...v8.0.1
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/62
8.0.0
What's Changed
Full Changelog: fluentmigrator/fluentmigrator@v7.2.0...v8.0.0
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/61
7.2.0
What's Changed
Features
Bug Fixes
Breaking Changes
Runner Behavior Changes
Third Party Database Runners
Possible ABI Breaking Changes
Removing Obsolete APIs
Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) by @PhenX in Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) fluentmigrator/fluentmigrator#2120
Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in Remove obsolete constructor in DotConnectOracleDbFactory fluentmigrator/fluentmigrator#2133
Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in Remove obsolete constructors on DefaultVersionTableMetaData fluentmigrator/fluentmigrator#2134
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in Remove obsolete ReflectionBasedDbFactory constructors fluentmigrator/fluentmigrator#2138
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in Add comprehensive VitePress documentation website for FluentMigrator fluentmigrator/fluentmigrator#2166
Fix VitePress base path for organization GitHub Pages deployment by @Copilot in Fix VitePress base path for organization GitHub Pages deployment fluentmigrator/fluentmigrator#2177
Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in Add conditional net48 targeting to FluentMigrator.Analyzers.Tests fluentmigrator/fluentmigrator#2184
... (truncated)
7.1.0
What's Changed
New Features
As part of fixing #2018, IMigrationGenerator now has explicit GeneratorId and GeneratorIdAliases properties.
Bug Fixes
Planned Obsolesence
ProcessorIdconstants class is now namedProcessorIdConstants. There is now a parallelGeneratorIdConstantsclass. Generally, these will be 1:1, but there may be useful scenarios to decouple the two.Breaking Changes
As part of fixing #2018,
AddPostgresno longer registersPostgresProcessorandPostgresGenerator(the base interfaces). It will now always register the "latest" database version. Currently,Postgres15_0ProcessorandPostgres15_0Generator. Generally, this should have minimal impact to end users as the main impact would be if you were on a 14 year old version of Postgres.Full Changelog: fluentmigrator/fluentmigrator@v7.0.0...v7.1.0
7.0.0
What's Changed
End of Life Support Changes
Bug fixes
Removing Code that has been marked Obsolete for 7 years :) 🥳
Dependency Injection improvements
Generator improvements
AppliedOnby @nathanpovo in Use database function to set the value ofAppliedOnfluentmigrator/fluentmigrator#1847MySQL improvements
FluentMigrator.MSBuild improvements
MicrosoftBuildLogger. by @teo-tsirpanis in ImproveMicrosoftBuildLogger. fluentmigrator/fluentmigrator#1905Testing improvements
Dependency Bumps
... (truncated)
Commits viewable in compare view.
Pinned FluentMigrator.Runner.SQLite at 8.0.1.
Release notes
Sourced from FluentMigrator.Runner.SQLite's releases.
8.0.1
What's Changed
New Contributors
Full Changelog: fluentmigrator/fluentmigrator@v8.0.0...v8.0.1
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/62
8.0.0
What's Changed
Full Changelog: fluentmigrator/fluentmigrator@v7.2.0...v8.0.0
Milestone log: https://github.com/fluentmigrator/fluentmigrator/milestone/61
7.2.0
What's Changed
Features
Bug Fixes
Breaking Changes
Runner Behavior Changes
Third Party Database Runners
Possible ABI Breaking Changes
Removing Obsolete APIs
Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) by @PhenX in Remove obsolete IMigrationProcessor.ConnectionString (fixes #2036) fluentmigrator/fluentmigrator#2120
Remove obsolete constructor in DotConnectOracleDbFactory by @jzabroski in Remove obsolete constructor in DotConnectOracleDbFactory fluentmigrator/fluentmigrator#2133
Remove obsolete constructors on DefaultVersionTableMetaData by @jzabroski in Remove obsolete constructors on DefaultVersionTableMetaData fluentmigrator/fluentmigrator#2134
Remove obsolete ReflectionBasedDbFactory constructors by @jzabroski in Remove obsolete ReflectionBasedDbFactory constructors fluentmigrator/fluentmigrator#2138
Add comprehensive VitePress documentation website for FluentMigrator by @PhenX in Add comprehensive VitePress documentation website for FluentMigrator fluentmigrator/fluentmigrator#2166
Fix VitePress base path for organization GitHub Pages deployment by @Copilot in Fix VitePress base path for organization GitHub Pages deployment fluentmigrator/fluentmigrator#2177
Add conditional net48 targeting to FluentMigrator.Analyzers.Tests by @Copilot in Add conditional net48 targeting to FluentMigrator.Analyzers.Tests fluentmigrator/fluentmigrator#2184
... (truncated)
7.1.0
What's Changed
New Features
As part of fixing #2018, IMigrationGenerator now has explicit GeneratorId and GeneratorIdAliases properties.
Bug Fixes
Planned Obsolesence
ProcessorIdconstants class is now namedProcessorIdConstants. There is now a parallelGeneratorIdConstantsclass. Generally, these will be 1:1, but there may be useful scenarios to decouple the two.Breaking Changes
As part of fixing #2018,
AddPostgresno longer registersPostgresProcessorandPostgresGenerator(the base interfaces). It will now always register the "latest" database version. Currently,Postgres15_0ProcessorandPostgres15_0Generator. Generally, this should have minimal impact to end users as the main impact would be if you were on a 14 year old version of Postgres.Full Changelog: fluentmigrator/fluentmigrator@v7.0.0...v7.1.0
7.0.0
What's Changed
End of Life Support Changes
Bug fixes
Removing Code that has been marked Obsolete for 7 years :) 🥳
Dependency Injection improvements
Generator improvements
AppliedOnby @nathanpovo in Use database function to set the value ofAppliedOnfluentmigrator/fluentmigrator#1847MySQL improvements
FluentMigrator.MSBuild improvements
MicrosoftBuildLogger. by @teo-tsirpanis in ImproveMicrosoftBuildLogger. fluentmigrator/fluentmigrator#1905Testing improvements
Dependency Bumps
... (truncated)
Commits viewable in compare view.
Pinned Microsoft.AspNetCore.Cryptography.KeyDerivation at 10.0.3.
Release notes
Sourced from Microsoft.AspNetCore.Cryptography.KeyDerivation's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SignalR.Client from 8.0.17 to 10.0.3.
Release notes
Sourced from Microsoft.AspNetCore.SignalR.Client's releases.
10.0.0-preview.6.25358.103
You can build .NET 10.0 Preview 6 from the repository by cloning the release tag
v10.0.0-preview.6.25358.103and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.5.25277.114
You can build .NET 10.0 Preview 5 from the repository by cloning the release tag
v10.0.0-preview.5.25277.114and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.4.25258.110
You can build .NET 10.0 Preview 4 from the repository by cloning the release tag
v10.0.0-preview.4.25258.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.3.25171.5
You can build .NET 10.0 Preview 3 from the repository by cloning the release tag
v10.0.0-preview.3.25171.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.2.25163.2
You can build .NET 10.0 Preview 2 from the repository by cloning the release tag
v10.0.0-preview.2.25163.2and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.1.25080.5
You can build .NET 10.0 Preview 1 from the repository by cloning the release tag
v10.0.0-preview.1.25080.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.114
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.114and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023
9.0.113
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.113and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.112
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.112and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.111
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.111and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.110
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.109
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.109and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.101
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.101and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.7
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.6
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.6and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.5
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.4
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.4and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.3
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.3and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.2
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.2and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.1
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.1and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.0and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-rc.2.24473.5
You can build NET 9.0 RC2 from the repository by cloning the release tag
v9.0.0-rc.2.24473.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-rc.1.24431.7
You can build .NET 9.0 RC1 from the repository by cloning the release tag
v9.0.0-rc.1.24431.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.7.24405.7
You can build .NET 9.0 Preview 7 from the repository by cloning the release tag
v9.0.0-preview.7.24405.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.6.24327.7
You can build .NET 9.0 Preview 6 from the repository by cloning the release tag
v9.0.0-preview.6.24327.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.5.24306.7
You can build .NET 9.0 Preview 5 from the repository by cloning the release tag
v9.0.0-preview.5.24306.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.4.24266.19
You can build .NET 9.0 Preview 4 from the repository by cloning the release tag
v9.0.0-preview.4.24266.19and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.3.24172.9
You can build .NET 9.0 Preview 3 from the repository by cloning the release tag
v9.0.0-preview.3.24172.9and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.2.24128.5
You can build .NET 9.0 Preview 2 from the repository by cloning the release tag
v9.0.0-preview.2.24128.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.0-preview.1.24080.9
You can build .NET 9.0 Preview 1 from the repository by cloning the release tag
v9.0.0-preview.1.24080.9and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
8.0.124
You can build .NET 8.0 from the repository by cloning the release tag
v8.0.124and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
8.0.123
You can build .NET 8.0 from the repository by cloning the release tag
v8.0.123and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
8.0.122
You can build .NET 8.0 from the repository by cloning the release tag
v8.0.122and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
8.0.121
You can build .NET 8.0 from the repository by cloning the release tag
v8.0.121and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-rele......
Description has been truncated