Skip to content

Commit aa9b2be

Browse files
committed
Merge remote-tracking branch 'upstream/release/9.0.2xx' into HEAD
2 parents 049799c + c60dc86 commit aa9b2be

File tree

1,080 files changed

+25486
-10839
lines changed

Some content is hidden

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

1,080 files changed

+25486
-10839
lines changed

.vsts-ci.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ trigger:
55
branches:
66
include:
77
- main
8-
- release/9.0.1xx
8+
- release/9.0.2xx
99
- internal/release/*
1010
- exp/*
1111

@@ -97,7 +97,7 @@ extends:
9797
parameters:
9898
pool:
9999
name: $(DncEngInternalBuildPool)
100-
image: 1es-windows-2022
100+
image: windows.vs2022.amd64
101101
os: windows
102102
helixTargetQueue: windows.amd64.vs2022.pre
103103
oneESCompat:
@@ -291,6 +291,19 @@ extends:
291291
publishArgument: $(_publishArgument)
292292
officialBuildProperties: $(_officialBuildProperties)
293293
runTests: false
294+
### ARM64 TESTBUILD ###
295+
- ${{ if or(eq(parameters.runTestBuild, true), eq(variables['Build.Reason'], 'PullRequest')) }}:
296+
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self
297+
parameters:
298+
pool:
299+
name: Azure Pipelines
300+
vmImage: macOS-latest
301+
os: macOS
302+
helixTargetQueue: osx.13.arm64
303+
macOSJobParameterSets:
304+
- categoryName: TestBuild
305+
buildArchitecture: arm64
306+
runtimeIdentifier: osx-arm64
294307

295308
############### SOURCE BUILD ###############
296309
- template: /eng/common/templates-official/job/source-build.yml@self

.vsts-pr.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stages:
3939
name: $(DncEngPublicBuildPool)
4040
demands: ImageOverride -equals windows.vs2022.amd64.open
4141
os: windows
42-
helixTargetQueue: windows.amd64.vs2022.pre.open
42+
helixTargetQueue: windows.amd64.vs2022.pre.scout.open
4343

4444
############### LINUX ###############
4545
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
@@ -58,6 +58,18 @@ stages:
5858
vmImage: macOS-latest
5959
os: macOS
6060
helixTargetQueue: osx.13.amd64.open
61+
### ARM64 ###
62+
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
63+
parameters:
64+
pool:
65+
name: Azure Pipelines
66+
vmImage: macOS-latest
67+
os: macOS
68+
helixTargetQueue: osx.13.arm64.open
69+
macOSJobParameterSets:
70+
- categoryName: TestBuild
71+
buildArchitecture: arm64
72+
runtimeIdentifier: osx-arm64
6173

6274
############### SOURCE BUILD ###############
6375
- template: /eng/common/templates/job/source-build.yml

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
/src/Cli/dotnet/commands/dotnet-vstest @dotnet/dotnet-testing-admin
5151
/test/dotnet-test.Tests @dotnet/dotnet-testing-admin
5252
/test/dotnet-vstest.Tests @dotnet/dotnet-testing-admin
53+
/test/dotnet-new.Tests @dotnet/dotnet-testing-admin
54+
/template_feed/Microsoft.DotNet.Common.*/content/MSTest* @dotnet/dotnet-testing-admin
55+
/template_feed/Microsoft.DotNet.Common.*/content/NUnit* @dotnet/dotnet-testing-admin
56+
/template_feed/Microsoft.DotNet.Common.*/content/XUnit* @dotnet/dotnet-testing-admin
5357

5458
# Area-Templates
5559
/src/Cli/dotnet/commands/dotnet-new @dotnet/templating-engine-maintainers

Directory.Packages.props

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<Import Project="$(RepositoryEngineeringDir)\dependabot\Packages.props" Condition="'$(RepositoryEngineeringDir)' != ''"/>
2+
<Import Project="$(RepositoryEngineeringDir)\dependabot\Packages.props" Condition="'$(RepositoryEngineeringDir)' != ''" />
33
<PropertyGroup>
44
<!-- Using multiple feeds isn't supported by Maestro: https://github.com/dotnet/arcade/issues/14155. -->
55
<NoWarn>$(NoWarn);NU1507</NoWarn>
@@ -12,7 +12,7 @@
1212
<PackageVersion Include="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="$(MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion)" />
1313
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal" Version="$(MicrosoftAspNetCoreMvcRazorExtensionsToolingInternalPackageVersion)" />
1414
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="$(MicrosoftAspNetCoreTestHostPackageVersion)" />
15-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesPackageVersion)"/>
15+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesPackageVersion)" />
1616
<PackageVersion Include="Microsoft.Build.NuGetSdkResolver" Version="$(MicrosoftBuildNuGetSdkResolverPackageVersion)" />
1717
<PackageVersion Include="Microsoft.CodeAnalysis" Version="$(MicrosoftCodeAnalysisPackageVersion)" />
1818
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzer.Testing" Version="$(MicrosoftCodeAnalysisAnalyzerTestingVersion)" />
@@ -42,7 +42,7 @@
4242
<PackageVersion Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsLoggingVersion)" />
4343
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsLoggingAbstractionsVersion)" />
4444
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingConsoleVersion)" />
45-
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="$(MicrosoftExtensionsObjectPoolPackageVersion)"/>
45+
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="$(MicrosoftExtensionsObjectPoolPackageVersion)" />
4646
<PackageVersion Include="Microsoft.FSharp.Compiler" Version="$(MicrosoftFSharpCompilerPackageVersion)" />
4747
<PackageVersion Include="Microsoft.Net.Compilers.Toolset.Framework" Version="$(MicrosoftNetCompilersToolsetFrameworkPackageVersion)" />
4848
<PackageVersion Include="Microsoft.IO.Redist" Version="$(MicrosoftIORedistPackageVersion)" />
@@ -66,6 +66,7 @@
6666
<PackageVersion Include="Microsoft.TestPlatform.CLI" Version="$(MicrosoftTestPlatformCLIPackageVersion)" />
6767
<PackageVersion Include="Microsoft.VisualStudio.Composition" Version="17.4.16" />
6868
<PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="$(MicrosoftVisualStudioSetupConfigurationInteropVersion)" />
69+
<PackageVersion Include="Microsoft.VisualStudio.SolutionPersistence" Version="1.0.28" />
6970
<PackageVersion Include="Microsoft.Web.Deployment" Version="$(WebDeploymentPackageVersion)" />
7071
<PackageVersion Include="Microsoft.Web.Xdt" Version="$(MicrosoftWebXdtPackageVersion)" />
7172
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="$(MicrosoftWin32SystemEventsPackageVersion)" />
@@ -90,15 +91,18 @@
9091
<PackageVersion Include="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" Version="$(MicrosoftNETCoreDotNetHostResolverPackageVersion)" />
9192
<PackageVersion Include="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" Version="$(MicrosoftNETCoreDotNetHostResolverPackageVersion)" />
9293
<PackageVersion Include="StyleCop.Analyzers" Version="$(StyleCopAnalyzersPackageVersion)" />
94+
<PackageVersion Include="System.Buffers" Version="$(SystemBuffersVersion)" />
95+
<PackageVersion Include="System.Memory" Version="$(SystemMemoryVersion)" />
96+
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
9397
<PackageVersion Include="System.CodeDom" Version="$(SystemCodeDomPackageVersion)" />
9498
<PackageVersion Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
9599
<PackageVersion Include="System.CommandLine.Rendering" Version="$(SystemCommandLineRenderingVersion)" />
96100
<PackageVersion Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
97-
<PackageVersion Include="System.Composition.AttributedModel" Version="$(SystemCompositionAttributedModelPackageVersion)"/>
98-
<PackageVersion Include="System.Composition.Convention" Version="$(SystemCompositionConventionPackageVersion)"/>
99-
<PackageVersion Include="System.Composition.Hosting" Version="$(SystemCompositionHostingPackageVersion)"/>
100-
<PackageVersion Include="System.Composition.Runtime" Version="$(SystemCompositionRuntimePackageVersion)"/>
101-
<PackageVersion Include="System.Composition.TypedParts" Version="$(SystemCompositionTypedPartsPackageVersion)"/>
101+
<PackageVersion Include="System.Composition.AttributedModel" Version="$(SystemCompositionAttributedModelPackageVersion)" />
102+
<PackageVersion Include="System.Composition.Convention" Version="$(SystemCompositionConventionPackageVersion)" />
103+
<PackageVersion Include="System.Composition.Hosting" Version="$(SystemCompositionHostingPackageVersion)" />
104+
<PackageVersion Include="System.Composition.Runtime" Version="$(SystemCompositionRuntimePackageVersion)" />
105+
<PackageVersion Include="System.Composition.TypedParts" Version="$(SystemCompositionTypedPartsPackageVersion)" />
102106
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="$(SystemConfigurationConfigurationManagerPackageVersion)" />
103107
<PackageVersion Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
104108
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
@@ -118,7 +122,7 @@
118122
<PackageVersion Include="Valleysoft.DockerCredsProvider" Version="2.2.4" />
119123
<PackageVersion Include="xunit" Version="$(XUnitVersion)" />
120124
<PackageVersion Include="Xunit.Combinatorial" Version="$(XunitCombinatorialVersion)" />
121-
<PackageVersion Include="xunit.console" Version="$(XUnitVersion)"/>
125+
<PackageVersion Include="xunit.console" Version="$(XUnitVersion)" />
122126
</ItemGroup>
123127

124128
<!-- Use different versions of Microsoft.Build.* depending on whether the output will be used in

NuGet.config

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,50 @@
88
<!-- End: Package sources from dotnet-deployment-tools -->
99
<!-- Begin: Package sources from dotnet-aspire -->
1010
<!-- End: Package sources from dotnet-aspire -->
11-
<!-- Begin: Package sources from dotnet-emsdk -->
12-
<add key="darc-pub-dotnet-emsdk-4c9d1b1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11/nuget/v3/index.json" />
13-
<!-- End: Package sources from dotnet-emsdk -->
1411
<!-- Begin: Package sources from dotnet-aspnetcore -->
1512
<add key="darc-int-dotnet-aspnetcore-4442a18" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-aspnetcore-4442a18-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-8/nuget/v3/index.json" />
14+
<add key="darc-int-dotnet-aspnetcore-4442a18-7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-7/nuget/v3/index.json" />
15+
<add key="darc-int-dotnet-aspnetcore-4442a18-6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-6/nuget/v3/index.json" />
16+
<add key="darc-int-dotnet-aspnetcore-4442a18-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-5/nuget/v3/index.json" />
17+
<add key="darc-int-dotnet-aspnetcore-4442a18-4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-4/nuget/v3/index.json" />
18+
<add key="darc-int-dotnet-aspnetcore-4442a18-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-3/nuget/v3/index.json" />
19+
<add key="darc-int-dotnet-aspnetcore-4442a18-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-2/nuget/v3/index.json" />
20+
<add key="darc-int-dotnet-aspnetcore-4442a18-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-4442a188-1/nuget/v3/index.json" />
1621
<!-- End: Package sources from dotnet-aspnetcore -->
22+
<!-- Begin: Package sources from dotnet-emsdk -->
23+
<add key="darc-pub-dotnet-emsdk-4c9d1b1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11/nuget/v3/index.json" />
24+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-8/nuget/v3/index.json" />
25+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-7/nuget/v3/index.json" />
26+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-6/nuget/v3/index.json" />
27+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-5/nuget/v3/index.json" />
28+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-4/nuget/v3/index.json" />
29+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-3/nuget/v3/index.json" />
30+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-2/nuget/v3/index.json" />
31+
<add key="darc-pub-dotnet-emsdk-4c9d1b1-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-4c9d1b11-1/nuget/v3/index.json" />
32+
<!-- End: Package sources from dotnet-emsdk -->
1733
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
18-
<add key="darc-pub-DotNet-msbuild-Trusted-f7f4b08" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-f7f4b086/nuget/v3/index.json" />
1934
<!-- End: Package sources from DotNet-msbuild-Trusted -->
2035
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
2136
<!-- End: Package sources from dotnet-roslyn-analyzers -->
2237
<!-- Begin: Package sources from dotnet-runtime -->
2338
<add key="darc-int-dotnet-runtime-c8acea2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22/nuget/v3/index.json" />
39+
<add key="darc-int-dotnet-runtime-c8acea2-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22-8/nuget/v3/index.json" />
40+
<add key="darc-int-dotnet-runtime-c8acea2-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22-3/nuget/v3/index.json" />
2441
<!-- End: Package sources from dotnet-runtime -->
2542
<!-- Begin: Package sources from dotnet-templating -->
26-
<add key="darc-pub-dotnet-templating-26067ca" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-26067cac/nuget/v3/index.json" />
43+
<add key="darc-pub-dotnet-templating-aaebde7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-aaebde79/nuget/v3/index.json" />
2744
<!-- End: Package sources from dotnet-templating -->
2845
<!-- Begin: Package sources from dotnet-windowsdesktop -->
2946
<add key="darc-int-dotnet-windowsdesktop-af254ce" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1/nuget/v3/index.json" />
47+
<add key="darc-int-dotnet-windowsdesktop-af254ce-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-8/nuget/v3/index.json" />
48+
<add key="darc-int-dotnet-windowsdesktop-af254ce-7" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-7/nuget/v3/index.json" />
49+
<add key="darc-int-dotnet-windowsdesktop-af254ce-6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-6/nuget/v3/index.json" />
50+
<add key="darc-int-dotnet-windowsdesktop-af254ce-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-5/nuget/v3/index.json" />
51+
<add key="darc-int-dotnet-windowsdesktop-af254ce-4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-4/nuget/v3/index.json" />
52+
<add key="darc-int-dotnet-windowsdesktop-af254ce-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-3/nuget/v3/index.json" />
53+
<add key="darc-int-dotnet-windowsdesktop-af254ce-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-2/nuget/v3/index.json" />
54+
<add key="darc-int-dotnet-windowsdesktop-af254ce-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-af254ce1-1/nuget/v3/index.json" />
3055
<!-- End: Package sources from dotnet-windowsdesktop -->
3156
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3257
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
@@ -53,12 +78,30 @@
5378
<!-- Begin: Package sources from dotnet-templating -->
5479
<!-- End: Package sources from dotnet-templating -->
5580
<!-- Begin: Package sources from dotnet-aspnetcore -->
81+
<add key="darc-int-dotnet-aspnetcore-4442a18-1" value="true" />
82+
<add key="darc-int-dotnet-aspnetcore-4442a18-2" value="true" />
83+
<add key="darc-int-dotnet-aspnetcore-4442a18-3" value="true" />
84+
<add key="darc-int-dotnet-aspnetcore-4442a18-4" value="true" />
85+
<add key="darc-int-dotnet-aspnetcore-4442a18-5" value="true" />
86+
<add key="darc-int-dotnet-aspnetcore-4442a18-6" value="true" />
87+
<add key="darc-int-dotnet-aspnetcore-4442a18-7" value="true" />
88+
<add key="darc-int-dotnet-aspnetcore-4442a18-8" value="true" />
5689
<add key="darc-int-dotnet-aspnetcore-4442a18" value="true" />
5790
<!-- End: Package sources from dotnet-aspnetcore -->
5891
<!-- Begin: Package sources from dotnet-runtime -->
92+
<add key="darc-int-dotnet-runtime-c8acea2-3" value="true" />
93+
<add key="darc-int-dotnet-runtime-c8acea2-8" value="true" />
5994
<add key="darc-int-dotnet-runtime-c8acea2" value="true" />
6095
<!-- End: Package sources from dotnet-runtime -->
6196
<!-- Begin: Package sources from dotnet-windowsdesktop -->
97+
<add key="darc-int-dotnet-windowsdesktop-af254ce-1" value="true" />
98+
<add key="darc-int-dotnet-windowsdesktop-af254ce-2" value="true" />
99+
<add key="darc-int-dotnet-windowsdesktop-af254ce-3" value="true" />
100+
<add key="darc-int-dotnet-windowsdesktop-af254ce-4" value="true" />
101+
<add key="darc-int-dotnet-windowsdesktop-af254ce-5" value="true" />
102+
<add key="darc-int-dotnet-windowsdesktop-af254ce-6" value="true" />
103+
<add key="darc-int-dotnet-windowsdesktop-af254ce-7" value="true" />
104+
<add key="darc-int-dotnet-windowsdesktop-af254ce-8" value="true" />
62105
<add key="darc-int-dotnet-windowsdesktop-af254ce" value="true" />
63106
<!-- End: Package sources from dotnet-windowsdesktop -->
64107
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,19 @@
3737
<UsagePattern IdentityGlob="System.Reflection.Metadata/8.0.0" />
3838
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" />
3939

40+
<!-- Transitive dependencies from MSBuild -->
41+
<UsagePattern IdentityGlob="Microsoft.VisualStudio.SolutionPersistence/1.0.9" />
42+
4043
<!-- Transitive dependencies from roslyn -->
4144
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/8.0.0" />
4245
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection/8.0.0" />
4346
<UsagePattern IdentityGlob="Microsoft.Extensions.Options/8.0.0" />
4447
<UsagePattern IdentityGlob="Microsoft.Extensions.Primitives/8.0.0" />
48+
<UsagePattern IdentityGlob="System.Buffers/4.6.0" />
49+
<UsagePattern IdentityGlob="System.Memory/4.6.0" />
50+
<UsagePattern IdentityGlob="System.Numerics.Vectors/4.6.0" />
51+
<UsagePattern IdentityGlob="System.Runtime.CompilerServices.Unsafe/6.1.0" />
52+
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/4.6.0" />
4553

4654
<!-- Used only for publishing -->
4755
<UsagePattern IdentityGlob="Microsoft.Net.Compilers.Toolset.Framework/*" />

0 commit comments

Comments
 (0)