Skip to content

[automated] Merge branch 'release/9.0.3xx' => 'main' #8934

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

Merged
merged 22 commits into from
Apr 16, 2025
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3492e57
Update the nuget and microsoft extensions packages
marcpopMSFT Mar 26, 2025
aa0d917
Update nuget to the matching 9.0.2xx band version
marcpopMSFT Mar 26, 2025
c4e9705
Merge branch 'release/9.0.2xx' into marcpopMSFT-updatepackages2xx
Forgind Apr 2, 2025
e17684b
Merge branch 'release/9.0.2xx' into marcpopMSFT-updatepackages2xx
marcpopMSFT Apr 8, 2025
08744ac
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Apr 9, 2025
2e32e73
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Apr 9, 2025
09f3e59
Merge pull request #8916 from dotnet/darc-release/9.0.2xx-ffc69cee-fc…
v-wuzhai Apr 9, 2025
fa14cb5
Merge pull request #8918 from dotnet/darc-release/9.0.1xx-f3d120ff-dd…
v-wuzhai Apr 9, 2025
9a7acd7
Merge branch 'release/9.0.3xx' of https://github.com/dotnet/templatin…
v-wuzhai Apr 9, 2025
374768a
Merge branch 'release/9.0.2xx' of https://github.com/dotnet/templatin…
v-wuzhai Apr 9, 2025
029cb83
Merge pull request #8924 from dotnet/merge/release/9.0.1xx-to-release…
v-wuzhai Apr 9, 2025
b736823
Merge pull request #8923 from dotnet/merge/release/9.0.2xx-to-release…
v-wuzhai Apr 9, 2025
2dc53e3
Disable source build leg in 9.0.2xx. This should not flow to main and…
marcpopMSFT Apr 10, 2025
0b5d21b
Merge pull request #8865 from dotnet/marcpopMSFT-updatepackages2xx
marcpopMSFT Apr 10, 2025
e1b2aae
Merge pull request #8926 from dotnet/merge/release/9.0.2xx-to-release…
marcpopMSFT Apr 10, 2025
6e72754
Disable source build leg in the CI as well (#8927)
marcpopMSFT Apr 11, 2025
f2f3088
Merge branch 'release/9.0.3xx' of https://github.com/dotnet/templatin…
v-wuzhai Apr 14, 2025
290c40a
Merge pull request #8928 from dotnet/merge/release/9.0.2xx-to-release…
v-wuzhai Apr 14, 2025
0f1813b
Merge branch 'main' of https://github.com/dotnet/templating into merg…
v-wuzhai Apr 14, 2025
b277665
Enable source build in main
v-wuzhai Apr 14, 2025
5823cad
Merge branch 'main' into merge/release/9.0.3xx-to-main
MiYanni Apr 15, 2025
773bfca
Merge branch 'main' into merge/release/9.0.3xx-to-main
marcpopMSFT Apr 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />

<!-- NuGet dependencies -->
<PackageVersion Include="NuGet.Configuration" Version="6.12.1" />
<PackageVersion Include="NuGet.Credentials" Version="6.12.1" />
<PackageVersion Include="NuGet.Protocol" Version="6.12.1" />
<PackageVersion Include="NuGet.Configuration" Version="6.13.2" />
<PackageVersion Include="NuGet.Credentials" Version="6.13.2" />
<PackageVersion Include="NuGet.Protocol" Version="6.13.2" />

<!-- Roslyn-analyzers dependencies -->
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
Expand Down