Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Bump the nuget-deps group with 6 updates - #301

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58
Closed

Bump the nuget-deps group with 6 updates#301
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 13, 2026

Copy link
Copy Markdown
Contributor

Updated csharpier from 1.2.5 to 1.2.6.

Release notes

Sourced from csharpier's releases.

1.2.6

What's Changed

[Bug]: XML with DOCTYPE results in "invalid xml" warning #​1809

CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.

<?xml version="1.0"?>
<!DOCTYPEstaff SYSTEM "staff.dtd"[
<!ENTITYent1"es">
]>
<staff></staff>

[Bug]: Initializing a span using stackalloc leads to different formatting compared to new#​1808

When initializing a spacn using stackalloc, it was not being formatting consistently with other code

// input & expected outputSpan<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};// 1.2.5Span<int>metatable=newint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};Span<int>metatable=stackallocint[]{00000000000000000000000001,00000000000000000000000002,00000000000000000000000003,};

[Bug]: Comments in otherwise empty object pattern disappear when formatting #​1804

CSharpier was removing comments if they were the only content of an object pattern.

// input & expected outputvarmatch=objis{//Property: 123
...(truncated)Commits viewable in[compareview](https://github.com/belav/csharpier/compare/1.2.5...1.2.6).</details>Updated[husky](https://github.com/alirezanet/husky.net) from 0.8.0 to 0.9.1.<details><summary>Release notes</summary>_Sourcedfrom[husky's releases](https://github.com/alirezanet/husky.net/releases)._
## 0.9.1
## What's Changed
* Fix install command race condition on first run with parallel MSBuild nodes by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/168**Full Changelog**: https://github.com/alirezanet/Husky.Net/compare/v0.9.0...v0.9.1
## 0.9.0
## What's Changed
*remove net6.0/net7.0 since out of support by @​WeihanLiin https://github.com/alirezanet/Husky.Net/pull/135*fix: update regex pattern to allow breaking commits by @​joaoopereira in https://github.com/alirezanet/Husky.Net/pull/153* Fix parallel install mutex bug and support incremental build by @​MattKotsenas in https://github.com/alirezanet/Husky.Net/pull/159* fix: handle file paths with spaces in git commands in https://github.com/alirezanet/Husky.Net/pull/156*feat:add `staged` property to custom variables for re-staging support in https://github.com/alirezanet/Husky.Net/pull/163*feat: support variables in include/exclude glob patterns in https://github.com/alirezanet/Husky.Net/pull/161*fix: use AfterTargets="Restore" to support NuGet credential helpers for private feeds in https://github.com/alirezanet/Husky.Net/pull/162
## New Contributors
* @​joaoopereira made their first contribution in https://github.com/alirezanet/Husky.Net/pull/153* @​MattKotsenas made their first contribution in https://github.com/alirezanet/Husky.Net/pull/159**FullChangelog**: https://github.com/alirezanet/Husky.Net/compare/v0.8.0...v0.9.0Commits viewable in[compare view](https://github.com/alirezanet/husky.net/compare/v0.8.0...v0.9.1).</details>
Updated [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 18.0.1 to 18.3.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.3.0
## What's Changed
* Fix answer file splitting by @​nohwnd in https://github.com/microsoft/vstest/pull/15306
## Internal fixes and updates
*Bump branding to 18.1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15286*Remove stale copy of S.ComponentModel.Composition from testplatform packages by @​ViktorHofer in https://github.com/microsoft/vstest/pull/15287*Update codeflow metadata to fix backflow by @​premun in https://github.com/microsoft/vstest/pull/15291*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15283*Update Microsoft.Build.Utilities.Core by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15300*Disable DynamicNative instrumentation by default by @​nohwnd in https://github.com/microsoft/vstest/pull/15299*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15293*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15302*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15314*Delete sha1 custom implementation we are not usingfor a long time by @​nohwnd in https://github.com/microsoft/vstest/pull/15313*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15315*Update branding to 18.3.0 by @​nohwnd in https://github.com/microsoft/vstest/pull/15321*[main]Update dependencies from devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15325*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15264*Revert adding dotnet_host_path workaround by @​nohwnd in https://github.com/microsoft/vstest/pull/15328*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15338*[main]Source code updates from dotnet/dotnet by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15322*[main]Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15343*Change PreReleaseVersionLabel from 'preview' to 'release' by @​nohwnd in https://github.com/microsoft/vstest/pull/15352*[rel/18.3] Update dependenciesfrom devdiv/DevDiv/vs-code-coverage by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15354*[rel/18.3] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot]in https://github.com/microsoft/vstest/pull/15389*[rel/18.3] Update dependenciesfrom dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15400*Update build tools to 17.11.48 to be source buildable by @​nohwnd in https://github.com/microsoft/vstest/pull/15310*Disable publishing on RTM by @​nohwnd in https://github.com/microsoft/vstest/pull/15296* Don't access nuget.org for package feeds by @​nohwnd in https://github.com/microsoft/vstest/pull/15316*No nuget access fix tests by @​nohwnd in https://github.com/microsoft/vstest/pull/15317*Disable Dependabot updates in dependabot.yml by @​mmitche in https://github.com/microsoft/vstest/pull/15324
## New Contributors
* @​premun made their first contribution in https://github.com/microsoft/vstest/pull/15291
Commits viewable in[compareview](https://github.com/microsoft/vstest/compare/v18.0.1...v18.3.0).</details>Updated[Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 8.0.0 to 10.0.201.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._
## 10.0.201Youcan build .NET 10.0fromtherepository by cloning the release tag `v10.0.201` and followingthe build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.201/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.200
You can build .NET 10.0from the repository by cloning the release tag `v10.0.200` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.200/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.105
You can build .NET 10.0from the repository by cloning the release tag `v10.0.105` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.105/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.104
You can build .NET 10.0from the repository by cloning the release tag `v10.0.104` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.104/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.103
You can build .NET 10.0from the repository by cloning the release tag `v10.0.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.103/README.md#building-from-released-sources).Attachedisthe PGP signature for the GitHub generated tarball. You can find the public keyat https://dot.net/release-key-2023
## 10.0.102-sb1You can build .NET 10.0from the repository by cloning the release tag `v10.0.102-sb1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building).
Alternatively,you can buildfromthe sources attached to thisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.102-sb1/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.101
You can build .NET 10.0from the repository by cloning the release tag `v10.0.101` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.101/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100
You can build .NET 10.0from the repository by cloning the release tag `v10.0.100` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
To produce artifacts with the .NET 10 GA version strings,usersmust pass the branding argument to the build: `--branding rtm`.
## 10.0.100-rc.2.25502.107
You can build.NET 10.0 RC 2from the repository by cloning the release tag `v10.0.100-rc.2.25502.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.2.25502.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Note: GitHub automatically generates the "Source code (tar.gz/zip)" archives includedinthis release. Please download the official source code from:-[dotnet-source-10.0.100-rc.2.25502.107.tar.gz](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.tar.gz)-[dotnet-source-10.0.100-rc.2.25502.107.zip](https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-10.0.100-rc.2.25502.107.zip)
## 10.0.100-rc.1.25451.107<!--This file is a template for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 10.0 RC 1from the repository by cloning the release tag `v10.0.100-rc.1.25451.107` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-rc.1.25451.107/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 10.0.100-preview.7.25380.108<!--This file isatemplate for a GitHub release notes post.--><!--The line prefixed by 'Title:' will be submitted as the title of the release notes,andthe rest of the file will be submitted asthe body.-->You can build.NET10.0 Preview 7from the repository by cloning the release tag `v10.0.100-preview.7.25380.108` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.100-preview.7.25380.108/README.md#building-from-released-sources).Attachedare 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.6.25358.103
You can build.NET 10.0 Preview 6from the repository by cloning the release tag `v10.0.0-preview.6.25358.103` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.6.25358.103/README.md#building-from-released-sources).Attachedare 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 5from the repository by cloning the release tag `v10.0.0-preview.5.25277.114` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.5.25277.114/README.md#building-from-released-sources).Attachedare 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 4from the repository by cloning the release tag `v10.0.0-preview.4.25258.110` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.4.25258.110/README.md#building-from-released-sources).Attachedare 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 3from the repository by cloning the release tag `v10.0.0-preview.3.25171.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.3.25171.5/README.md#building-from-released-sources).Attachedare 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 2from the repository by cloning the release tag `v10.0.0-preview.2.25163.2` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.2.25163.2/README.md#building-from-released-sources).Attachedare 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 1from the repository by cloning the release tag `v10.0.0-preview.1.25080.5` and following the build instructions inthe[mainREADME.md](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building).Alternatively,youcan build from the sources attached tothisrelease directly.More information onthisprocess can be found inthe[dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.0-preview.1.25080.5/README.md#building-from-released-sources).Attachedare PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
## 9.0.115<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.115` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.115/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.114` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.114/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.113` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.113/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.112` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.112/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.111` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.111/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.110` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.110/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 9.0from the repository by cloning the release tag `v9.0.109` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.109/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.101` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.101/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.7/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.6/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.5/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.4/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.3/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.2/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.1/README.md#building-from-released-sources).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.0from the repository by cloning the release tag `v9.0.0` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0/README.md#building-from-released-sources).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.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.2.24473.5/README.md#building-from-released-sources).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.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#building-from-released-sources).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 7from the repository by cloning the release tag `v9.0.0-preview.7.24405.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.7.24405.7/README.md#building-from-released-sources).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 6from the repository by cloning the release tag `v9.0.0-preview.6.24327.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.6.24327.7/README.md#building-from-released-sources).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 5from the repository by cloning the release tag `v9.0.0-preview.5.24306.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.5.24306.7/README.md#building-from-released-sources).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 4from the repository by cloning the release tag `v9.0.0-preview.4.24266.19` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.4.24266.19/README.md#building-from-released-sources).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 3from the repository by cloning the release tag `v9.0.0-preview.3.24172.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.3.24172.9/README.md#building-from-released-sources).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 2from the repository by cloning the release tag `v9.0.0-preview.2.24128.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.2.24128.5/README.md#building-from-released-sources).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 1from the repository by cloning the release tag `v9.0.0-preview.1.24080.9` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v9.0.0-preview.1.24080.9/README.md#building-from-released-sources).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.125<!-- This file is a template for a GitHub release notes post.--><!-- The line prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.125` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.125/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.124` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.124/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.123` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.123/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.122` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.122/README.md#building-from-released-sources).
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<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.121` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.121/README.md#building-from-released-sources).
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.120<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.120` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.120/README.md#building-from-released-sources).
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.119<!--This file is a template for a GitHub release notes post.--><!--Theline prefixed by 'Title:' will be submitted as the title of the release notes, and the rest of the file will be submitted as the body.-->
You can build .NET 8.0from the repository by cloning the release tag `v8.0.119` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.119/README.md#building-from-released-sources).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.100-preview.1
## 8.0.18
You can build .NET 8.0from the repository by cloning the release tag `v8.0.18` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.18/README.md#building-from-released-sources).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.17
You can build .NET 8.0from the repository by cloning the release tag `v8.0.17` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.17/README.md#building-from-released-sources).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.16
You can build .NET 8.0from the repository by cloning the release tag `v8.0.16` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.16/README.md#building-from-released-sources).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.15
You can build .NET 8.0from the repository by cloning the release tag `v8.0.15` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.15/README.md#building-from-released-sources).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.14
You can build .NET 8.0from the repository by cloning the release tag `v8.0.14` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.14/README.md#building-from-released-sources).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.13
You can build .NET 8.0from the repository by cloning the release tag `v8.0.13` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.13/README.md#building-from-released-sources).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.12
You can build .NET 8.0from the repository by cloning the release tag `v8.0.12` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.12/README.md#building-from-released-sources).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.11
You can build .NET 8.0from the repository by cloning the release tag `v8.0.11` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.11/README.md#building-from-released-sources).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.10
You can build .NET 8.0from the repository by cloning the release tag `v8.0.10` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.10/README.md#building-from-released-sources).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.8
You can build .NET 8.0from the repository by cloning the release tag `v8.0.8` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.8/README.md#building-from-released-sources).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.7
You can build .NET 8.0from the repository by cloning the release tag `v8.0.7` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.7/README.md#building-from-released-sources).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.6
You can build .NET 8.0from the repository by cloning the release tag `v8.0.6` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.6/README.md#building-from-released-sources).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.5
You can build .NET 8from the repository by cloning the release tag `v8.0.5` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.5/README.md#building-from-released-sources).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.4
You can build .NET 8.0from the repository by cloning the release tag `v8.0.4` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.4/README.md#building-from-released-sources).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.3
You can build .NET 8.0from the repository by cloning the release tag `v8.0.3` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.3/README.md#building-from-released-sources).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.2
You can build .NET 8.0from the repository by cloning the release tag `v8.0.2` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.2/README.md#building-from-released-sources).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.1
You can build .NET 8.0from the repository by cloning the release tag `v8.0.1` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building).Alternatively,youcan build from the sources attached tothisreleasedirectly.
More information on thisprocesscan be found inthe[dotnet/dotnetrepository](https://github.com/dotnet/dotnet/blob/v8.0.1/README.md#building-from-released-sources).Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.ascCommits viewable in[compare view](https://github.com/dotnet/dotnet/compare/v8.0.0...v10.0.201).</details>
Updated [Serilog](https://github.com/serilog/serilog) from 4.3.0 to 4.3.1.<details><summary>Release notes</summary>
_Sourced from[Serilog's releases](https://github.com/serilog/serilog/releases)._
## 4.3.1
## What's Changed
* Remove SourceLink by @​SimonCropp in https://github.com/serilog/serilog/pull/2183* Handle Exception.ToString failures in text formatter by @​krisbiradar in https://github.com/serilog/serilog/pull/2197*Remove char[] allocation by @​karpinsn in https://github.com/serilog/serilog/pull/2198*Remove backpressure from XMLDoc by @​timothycoleman in https://github.com/serilog/serilog/pull/2203* Don't enable XDOC for tests by @​nblumhardt in https://github.com/serilog/serilog/pull/2205*Target and test on net10 by @​SimonCropp in https://github.com/serilog/serilog/pull/2206*Fix trimming error when Serilog is a transitive dependency by @​Numpsy in https://github.com/serilog/serilog/pull/2214*Inline TraceId and SpanId JSON string formatting by @​SimonCropp in https://github.com/serilog/serilog/pull/2215
## New Contributors
* @​krisbiradar made their first contribution in https://github.com/serilog/serilog/pull/2197* @​karpinsn made their first contribution in https://github.com/serilog/serilog/pull/2198* @​timothycoleman made their first contribution in https://github.com/serilog/serilog/pull/2203* @​Numpsy made their first contribution in https://github.com/serilog/serilog/pull/2214**FullChangelog**: https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1Commits viewable in[compare view](https://github.com/serilog/serilog/compare/v4.3.0...v4.3.1).</details>
Updated [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.26.0 to 1.27.0.<details><summary>Release notes</summary>
_Sourced from[xunit.analyzers's releases](https://github.com/xunit/xunit.analyzers/releases)._No release notes found forthis version range.
Commits viewable in[compare view](https://github.com/xunit/xunit.analyzers/commits).</details>
Dependabot will resolve any conflicts withthis PR aslongas you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on thisPR:- `@dependabot rebase` will rebase thisPR- `@dependabot recreate` will recreate thisPR,overwritingany edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close thisgroupupdate PR and stop Dependabot creating any more for the specific dependency's major version (unlessyou unignore thisspecificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name><ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>

Bumps csharpier from 1.2.5 to 1.2.6
Bumps husky from 0.8.0 to 0.9.1
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.201
Bumps Serilog from 4.3.0 to 4.3.1
Bumps xunit.analyzers from 1.26.0 to 1.27.0
---
updated-dependencies:
- dependency-name: csharpier
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: husky
dependency-version: 0.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Microsoft.SourceLink.GitHub
dependency-version: 10.0.201
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: Serilog
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget-deps
- dependency-name: xunit.analyzers
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #303.

@dependabotdependabotBot closed this Apr 7, 2026
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-7b513a8c58 branch April 7, 2026 14:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants