Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[release/6.0] Fix 5.0 SiteExtension Version #40121

Merged
merged 1 commit into from Feb 10, 2022
Merged

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Feb 10, 2022

FYI @mmitche @vseanreesermsft this is blocking aspnetcore 6.0 builds from succeeding

@wtgodbe wtgodbe requested review from BrennanConroy and a team February 10, 2022 17:45
@wtgodbe wtgodbe requested a review from dougbu as a code owner February 10, 2022 17:45
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 10, 2022
@ghost ghost added this to the 6.0.x milestone Feb 10, 2022
@ghost ghost added this to In Progress in Servicing Feb 10, 2022
@ghost
Copy link

ghost commented Feb 10, 2022

Hi @wtgodbe. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document.
Otherwise, please add tell-mode label.

@wtgodbe wtgodbe enabled auto-merge (squash) February 10, 2022 17:46
@wtgodbe wtgodbe added the tell-mode Indicates a PR which is being merged during tell-mode label Feb 10, 2022
@wtgodbe wtgodbe modified the milestones: 6.0.x, 6.0.3 Feb 10, 2022
@wtgodbe wtgodbe merged commit 006f1b8 into release/6.0 Feb 10, 2022
@wtgodbe wtgodbe deleted the wtgodbe/SiteExFix60 branch February 10, 2022 17:50
Servicing automation moved this from In Progress to Done Feb 10, 2022
Elanis pushed a commit to Elanis/portfolio that referenced this pull request Dec 13, 2022
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.3.
<details>
<summary>Release notes</summary>

*Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases).*

> ## .NET 6.0.3
> [Release](https://github.com/dotnet/core/tree/v6.0.3)
</details>
<details>
<summary>Commits</summary>

- [`c911002`](dotnet/aspnetcore@c911002) Merged PR 21440: [internal/release/6.0] Update dependencies from dnceng/inter...
- [`5049143`](dotnet/aspnetcore@5049143) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
- [`04bc56b`](dotnet/aspnetcore@04bc56b) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore...
- [`f01a14d`](dotnet/aspnetcore@f01a14d) Merge in 'release/6.0' changes
- [`d5d2e4d`](dotnet/aspnetcore@d5d2e4d) [release/6.0] Extend disable component governance for linux ([#40158](dotnet/aspnetcore#40158))
- [`e7bfbce`](dotnet/aspnetcore@e7bfbce) Merge in 'release/6.0' changes
- [`00d34c3`](dotnet/aspnetcore@00d34c3) Port dotnet/aspnetcore#38814 to 6.0 ([#40101](dotnet/aspnetcore#40101))
- [`8dfa6ac`](dotnet/aspnetcore@8dfa6ac) Merge in 'release/6.0' changes
- [`006f1b8`](dotnet/aspnetcore@006f1b8) Fix 5.0 SiteExtension Version ([#40121](dotnet/aspnetcore#40121))
- [`372292b`](dotnet/aspnetcore@372292b) Merge in 'release/6.0' changes
- Additional commits viewable in [compare view](dotnet/aspnetcore@v6.0.2...v6.0.3)
</details>

<br />

Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/29
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
Elanis added a commit to Dysnomia-Studio/dysnomia-website that referenced this pull request Jul 14, 2023
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.3.
<details>
<summary>Release notes</summary>

*Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases).*

> ## .NET 6.0.3
> [Release](https://github.com/dotnet/core/tree/v6.0.3)
</details>
<details>
<summary>Commits</summary>

- [`c911002`](dotnet/aspnetcore@c911002) Merged PR 21440: [internal/release/6.0] Update dependencies from dnceng/inter...
- [`5049143`](dotnet/aspnetcore@5049143) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime
- [`04bc56b`](dotnet/aspnetcore@04bc56b) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore...
- [`f01a14d`](dotnet/aspnetcore@f01a14d) Merge in 'release/6.0' changes
- [`d5d2e4d`](dotnet/aspnetcore@d5d2e4d) [release/6.0] Extend disable component governance for linux ([#40158](dotnet/aspnetcore#40158))
- [`e7bfbce`](dotnet/aspnetcore@e7bfbce) Merge in 'release/6.0' changes
- [`00d34c3`](dotnet/aspnetcore@00d34c3) Port dotnet/aspnetcore#38814 to 6.0 ([#40101](dotnet/aspnetcore#40101))
- [`8dfa6ac`](dotnet/aspnetcore@8dfa6ac) Merge in 'release/6.0' changes
- [`006f1b8`](dotnet/aspnetcore@006f1b8) Fix 5.0 SiteExtension Version ([#40121](dotnet/aspnetcore#40121))
- [`372292b`](dotnet/aspnetcore@372292b) Merge in 'release/6.0' changes
- Additional commits viewable in [compare view](dotnet/aspnetcore@v6.0.2...v6.0.3)
</details>

<br />

Co-authored-by: Elanis <elanis@hotmail.com>
Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/34
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework tell-mode Indicates a PR which is being merged during tell-mode
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants