Skip to content

Commit 2a615dd

Browse files
committed
Merge remote-tracking branch 'upstream/release/8.0.3xx' into merge/release/8.0.1xx-to-release/8.0.3xx
2 parents fe9b151 + d432cdb commit 2a615dd

File tree

454 files changed

+12811
-3650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

454 files changed

+12811
-3650
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
branches:
44
include:
55
- main
6-
- release/8.0.1xx
6+
- release/8.0.3xx
77
- internal/release/*
88
- exp/*
99

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
branches:
44
include:
55
- main
6-
- release/8.0.1xx
6+
- release/8.0.3xx
77
- internal/release/*
88
- exp/*
99

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- VS for Mac may run on a lower version of .NET than the SDK is targeting, but needs to load the resolvers. So the resolvers and dependencies
1818
may target a lower version of .NET -->
19-
<ResolverTargetFramework>net7.0</ResolverTargetFramework>
19+
<ResolverTargetFramework>net8.0</ResolverTargetFramework>
2020
<!-- Source build does not need to worry about running on VS for Mac -->
2121
<ResolverTargetFramework Condition="'$(DotNetBuildFromSource)' == 'true'">$(SdkTargetFramework)</ResolverTargetFramework>
2222

Directory.Packages.props

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@
4040
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="$(MicrosoftExtensionsObjectPoolPackageVersion)"/>
4141
<PackageVersion Include="Microsoft.FSharp.Compiler" Version="$(MicrosoftFSharpCompilerPackageVersion)" />
4242
<PackageVersion Include="Microsoft.IO.Redist" Version="$(MicrosoftIORedistPackageVersion)" />
43+
<PackageVersion Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4344
<PackageVersion Include="Microsoft.NET.HostModel" Version="$(MicrosoftNETHostModelVersion)" />
4445
<PackageVersion Include="Microsoft.NET.Sdk.Razor.SourceGenerators.Transport" Version="$(MicrosoftNETSdkRazorSourceGeneratorsTransportPackageVersion)" />
46+
<PackageVersion Include="Microsoft.NET.StringTools" Version="$(MicrosoftNETStringToolsPackageVersion)" />
4547
<PackageVersion Include="Microsoft.NETCore.DotNetHostResolver" Version="$(MicrosoftNETCoreDotNetHostResolverPackageVersion)" />
4648
<PackageVersion Include="Microsoft.NETCore.Targets" Version="2.1.0" />
4749
<PackageVersion Include="Microsoft.TemplateEngine.Authoring.TemplateVerifier" Version="$(MicrosoftTemplateEngineAuthoringTemplateVerifierVersion)" />
@@ -55,8 +57,8 @@
5557
<PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="$(MicrosoftVisualStudioSetupConfigurationInteropVersion)" />
5658
<PackageVersion Include="Microsoft.Web.Deployment" Version="$(WebDeploymentPackageVersion)" />
5759
<PackageVersion Include="Microsoft.Web.Xdt" Version="$(MicrosoftWebXdtPackageVersion)" />
58-
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="$(MicrosoftWin32SystemEventsPackageVersion)" />
5960
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="$(MicrosoftWindowsCsWin32PackageVersion)" />
61+
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="$(MicrosoftWin32SystemEventsPackageVersion)" />
6062
<PackageVersion Include="Moq" Version="$(MoqPackageVersion)" />
6163
<PackageVersion Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
6264
<PackageVersion Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" />
@@ -105,7 +107,7 @@
105107
<PackageVersion Include="System.Text.Json" Version="$(SystemTextJsonPackageVersion)" />
106108
<PackageVersion Include="System.Windows.Extensions" Version="$(SystemWindowsExtensionsPackageVersion)" />
107109
<PackageVersion Include="System.Xml.XmlDocument" Version="$(SystemXmlXmlDocumentPackageVersion)" />
108-
<PackageVersion Include="Valleysoft.DockerCredsProvider" Version="2.2.0" />
110+
<PackageVersion Include="Valleysoft.DockerCredsProvider" Version="2.2.1" />
109111
<PackageVersion Include="xunit" Version="$(XUnitVersion)" />
110112
<PackageVersion Include="Xunit.Combinatorial" Version="$(XunitCombinatorialVersion)" />
111113
<PackageVersion Include="xunit.console" Version="$(XUnitVersion)"/>

NuGet.config

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<configuration>
23
<packageSources>
34
<clear />
@@ -15,23 +16,22 @@
1516
<add key="darc-pub-dotnet-emsdk-e92f92e-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-e92f92ef-1/nuget/v3/index.json" />
1617
<!-- End: Package sources from dotnet-emsdk -->
1718
<!-- Begin: Package sources from dotnet-format -->
18-
<add key="darc-pub-dotnet-format-b252c60" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608/nuget/v3/index.json" />
19-
<add key="darc-pub-dotnet-format-b252c60-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-9/nuget/v3/index.json" />
20-
<add key="darc-pub-dotnet-format-b252c60-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-8/nuget/v3/index.json" />
21-
<add key="darc-pub-dotnet-format-b252c60-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-7/nuget/v3/index.json" />
22-
<add key="darc-pub-dotnet-format-b252c60-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-6/nuget/v3/index.json" />
23-
<add key="darc-pub-dotnet-format-b252c60-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-5/nuget/v3/index.json" />
24-
<add key="darc-pub-dotnet-format-b252c60-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-4/nuget/v3/index.json" />
25-
<add key="darc-pub-dotnet-format-b252c60-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-3/nuget/v3/index.json" />
26-
<add key="darc-pub-dotnet-format-b252c60-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-2/nuget/v3/index.json" />
27-
<add key="darc-pub-dotnet-format-b252c60-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-b252c608-1/nuget/v3/index.json" />
19+
<add key="darc-pub-dotnet-format-7bb270d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0/nuget/v3/index.json" />
20+
<add key="darc-pub-dotnet-format-7bb270d-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-9/nuget/v3/index.json" />
21+
<add key="darc-pub-dotnet-format-7bb270d-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-8/nuget/v3/index.json" />
22+
<add key="darc-pub-dotnet-format-7bb270d-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-7/nuget/v3/index.json" />
23+
<add key="darc-pub-dotnet-format-7bb270d-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-6/nuget/v3/index.json" />
24+
<add key="darc-pub-dotnet-format-7bb270d-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-5/nuget/v3/index.json" />
25+
<add key="darc-pub-dotnet-format-7bb270d-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-4/nuget/v3/index.json" />
26+
<add key="darc-pub-dotnet-format-7bb270d-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-3/nuget/v3/index.json" />
27+
<add key="darc-pub-dotnet-format-7bb270d-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-2/nuget/v3/index.json" />
28+
<add key="darc-pub-dotnet-format-7bb270d-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-format-7bb270d0-1/nuget/v3/index.json" />
2829
<!-- End: Package sources from dotnet-format -->
2930
<!-- Begin: Package sources from dotnet-aspnetcore -->
3031
<add key="darc-int-dotnet-aspnetcore-954f61d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-954f61dd/nuget/v3/index.json" />
3132
<add key="darc-int-dotnet-aspnetcore-954f61d-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-954f61dd-8/nuget/v3/index.json" />
3233
<!-- End: Package sources from dotnet-aspnetcore -->
3334
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
34-
<add key="darc-pub-DotNet-msbuild-Trusted-b5265ef" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-b5265ef3/nuget/v3/index.json" />
3535
<!-- End: Package sources from DotNet-msbuild-Trusted -->
3636
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
3737
<!-- End: Package sources from dotnet-roslyn-analyzers -->
@@ -49,15 +49,7 @@
4949
<add key="darc-int-dotnet-runtime-08338fc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-08338fca/nuget/v3/index.json" />
5050
<!-- End: Package sources from dotnet-runtime -->
5151
<!-- Begin: Package sources from dotnet-templating -->
52-
<add key="darc-pub-dotnet-templating-450f4db" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7/nuget/v3/index.json" />
53-
<add key="darc-pub-dotnet-templating-450f4db-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-9/nuget/v3/index.json" />
54-
<add key="darc-pub-dotnet-templating-450f4db-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-6/nuget/v3/index.json" />
55-
<add key="darc-pub-dotnet-templating-450f4db-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-5/nuget/v3/index.json" />
56-
<add key="darc-pub-dotnet-templating-450f4db-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-4/nuget/v3/index.json" />
57-
<add key="darc-pub-dotnet-templating-450f4db-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-3/nuget/v3/index.json" />
58-
<add key="darc-pub-dotnet-templating-450f4db-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-2/nuget/v3/index.json" />
59-
<add key="darc-pub-dotnet-templating-450f4db-10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-10/nuget/v3/index.json" />
60-
<add key="darc-pub-dotnet-templating-450f4db-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-450f4db7-1/nuget/v3/index.json" />
52+
<add key="darc-pub-dotnet-templating-23f53d9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-23f53d9c/nuget/v3/index.json" />
6153
<!-- End: Package sources from dotnet-templating -->
6254
<!-- Begin: Package sources from dotnet-windowsdesktop -->
6355
<add key="darc-int-dotnet-windowsdesktop-1526afd" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1526afd4/nuget/v3/index.json" />
@@ -71,6 +63,8 @@
7163
<add key="darc-int-dotnet-windowsdesktop-1526afd-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1526afd4-2/nuget/v3/index.json" />
7264
<add key="darc-int-dotnet-windowsdesktop-1526afd-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1526afd4-1/nuget/v3/index.json" />
7365
<!-- End: Package sources from dotnet-windowsdesktop -->
66+
<!-- Begin: Package sources from dotnet-winforms -->
67+
<!-- End: Package sources from dotnet-winforms -->
7468
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
7569
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
7670
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
@@ -96,7 +90,8 @@
9690
<!-- Begin: Package sources from dotnet-aspnetcore -->
9791
<add key="darc-int-dotnet-aspnetcore-954f61d-8" value="true" />
9892
<add key="darc-int-dotnet-aspnetcore-954f61d" value="true" />
99-
<!-- End: Package sources from dotnet-aspnetcore -->
93+
<!-- Begin: Package sources from dotnet-emsdk -->
94+
<!-- End: Package sources from dotnet-emsdk -->
10095
<!-- Begin: Package sources from dotnet-format -->
10196
<!-- End: Package sources from dotnet-format -->
10297
<!-- End: Package sources from dotnet-aspnetcore -->
@@ -124,6 +119,8 @@
124119
<add key="darc-int-dotnet-windowsdesktop-1526afd-8" value="true" />
125120
<add key="darc-int-dotnet-windowsdesktop-1526afd-9" value="true" />
126121
<add key="darc-int-dotnet-windowsdesktop-1526afd" value="true" />
122+
<!-- Begin: Package sources from dotnet-winforms -->
123+
<!-- End: Package sources from dotnet-winforms -->
127124
<!-- End: Package sources from dotnet-windowsdesktop -->
128125
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
129126
</disabledPackageSources>

documentation/general/workloads/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Other documentation for workloads is in this repo:
2020
- [Grouping multiple packs into one MSI](https://github.com/dotnet/sdk/issues/21741)
2121
- [Handling workload assets across major .NET versions](cross-version-workloads.md)
2222
- [Workload Clean Command](workload-clean.md)
23+
- [Workload MSI Installation Tests](/src/Tests/dotnet-MsiInstallation.Tests/README.md)

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,18 @@
3232
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*7.0.0*" />
3333
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*7.0.0*" />
3434
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" />
35+
36+
<!-- (Don't include these for 9.0) Allow 8.0.2xx and higher to use any version of these packages since source build
37+
is only applicable to 8.0.1xx. -->
38+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Abstractions/8.0.*" />
39+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Core/8.0.*" />
40+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Core.Contracts/8.0.*" />
41+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Edge/8.0.*" />
42+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Orchestrator.RunnableProjects/8.0.*" />
43+
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Utils/8.0.*" />
44+
<UsagePattern IdentityGlob="Microsoft.TemplateSearch.Common/8.0.*" />
45+
<UsagePattern IdentityGlob="System.Drawing.Common/8.0.*" />
46+
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
47+
<UsagePattern IdentityGlob="Valleysoft.DockerCredsProvider/*" />
3548
</IgnorePatterns>
3649
</UsageData>

0 commit comments

Comments
 (0)