Skip to content

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

Merged
ptr727 merged 2 commits into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-5e76503414
Apr 9, 2026
Merged

Bump the nuget-deps group with 6 updates#303
ptr727 merged 2 commits into
mainfrom
dependabot/nuget/dot-config/main/nuget-deps-5e76503414

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 7, 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.4.0.<details><summary>Release notes</summary>_Sourcedfrom[Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases)._
## 18.4.0
## What's Changed
* Add LoongArch64 support by @​stdmnpkg in https://github.com/microsoft/vstest/pull/15359* Refactor Condition evaluation by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15357*Adding info on extensions points part 1 by @​nohwnd in https://github.com/microsoft/vstest/pull/15360*Add option to ask for uploading code QL before the standard window ends by @​nohwnd in https://github.com/microsoft/vstest/pull/15373*Update runtime versions by @​nohwnd in https://github.com/microsoft/vstest/pull/15372*Fix.NET 10 regression for traits by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15370*Update target frameworks to net10.0 and net11.0 by @​dotnet-maestro[bot] in https://github.com/microsoft/vstest/pull/15349*Fix names in pipeline matrix so we don't have to align them by @​nohwnd in https://github.com/microsoft/vstest/pull/15365*Update SECURITY.md by @​Youssef1313 in https://github.com/microsoft/vstest/pull/15342
## New Contributors
* @​stdmnpkg made their first contribution in https://github.com/microsoft/vstest/pull/15359**Full Changelog**: https://github.com/microsoft/vstest/compare/v18.3.0...v18.4.0
## 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.4.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.4.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.4.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 Apr 7, 2026
@ptr727
ptr727 merged commit 0c99276 into mainApr 9, 2026
3 checks passed
@dependabot
dependabotBot deleted the dependabot/nuget/dot-config/main/nuget-deps-5e76503414 branch April 9, 2026 16:51
ptr727 added a commit that referenced this pull request Jul 15, 2026
Docs-only change: appends a new list item 3 "Spelling CI scope" to the
Markdown and Spelling section of CODESTYLE.md, propagating the
template's CODESTYLE Spelling-CI-scope rule (ptr727/ProjectTemplate#302,
#303). It documents that the CI spell-check gate covers README.md +
HISTORY.md only, not all markdown, with broad live checking left to the
cspell editor extension.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

1 participant

@ptr727