Skip to content

Commit

Permalink
Update source build prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Oct 3, 2023
1 parent 26efba7 commit 67975d0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
Packages owned by .NET - exclusion of all versions.
-->
<UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/*" />
<UsagePattern IdentityGlob="Microsoft.Build/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Framework/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Tasks.Core/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Tasks.Git/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Utilities.Core/*" />
<UsagePattern IdentityGlob="Microsoft.Build/*" />
<UsagePattern IdentityGlob="Microsoft.CSharp/*" />
<UsagePattern IdentityGlob="Microsoft.DotNet.Arcade.Sdk/*" />
<UsagePattern IdentityGlob="Microsoft.DotNet.SourceBuild.Tasks/*" />
Expand All @@ -44,57 +44,60 @@
<UsagePattern IdentityGlob="Microsoft.SourceLink.AzureRepos.Git/*2" />
<UsagePattern IdentityGlob="Microsoft.SourceLink.Common/*" />
<UsagePattern IdentityGlob="Microsoft.SourceLink.GitHub/*" />
<UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/*" />
<UsagePattern IdentityGlob="Microsoft.Web.Xdt/*" />
<UsagePattern IdentityGlob="Microsoft.Win32.Registry/*" />
<UsagePattern IdentityGlob="Microsoft.Win32.SystemEvents/*" />
<UsagePattern IdentityGlob="NETStandard.Library/*" />
<UsagePattern IdentityGlob="System.Buffers/*" />
<UsagePattern IdentityGlob="System.CodeDom/*" />
<UsagePattern IdentityGlob="System.Collections/*" />
<UsagePattern IdentityGlob="System.Collections.Immutable/*" />
<UsagePattern IdentityGlob="System.Collections/*" />
<UsagePattern IdentityGlob="System.ComponentModel.Composition/*" />
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*" />
<UsagePattern IdentityGlob="System.Diagnostics.Debug/*" />
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*" />
<UsagePattern IdentityGlob="System.Drawing.Common/*" />
<UsagePattern IdentityGlob="System.Dynamic.Runtime/*" />
<UsagePattern IdentityGlob="System.Formats.Asn1/*" />
<UsagePattern IdentityGlob="System.Globalization/*" />
<UsagePattern IdentityGlob="System.IO/*" />
<UsagePattern IdentityGlob="System.Linq/*" />
<UsagePattern IdentityGlob="System.Linq.Expressions/*" />
<UsagePattern IdentityGlob="System.Linq/*" />
<UsagePattern IdentityGlob="System.Memory/*" />
<UsagePattern IdentityGlob="System.Numerics.Vectors/*" />
<UsagePattern IdentityGlob="System.ObjectModel/*" />
<UsagePattern IdentityGlob="System.Reflection/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit.ILGeneration/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit.Lightweight/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit/*" />
<UsagePattern IdentityGlob="System.Reflection.Extensions/*" />
<UsagePattern IdentityGlob="System.Reflection.Metadata/*" />
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*" />
<UsagePattern IdentityGlob="System.Reflection.Primitives/*" />
<UsagePattern IdentityGlob="System.Reflection.TypeExtensions/*" />
<UsagePattern IdentityGlob="System.Reflection/*" />
<UsagePattern IdentityGlob="System.Resources.Extensions/*" />
<UsagePattern IdentityGlob="System.Resources.ResourceManager/*" />
<UsagePattern IdentityGlob="System.Runtime/*" />
<UsagePattern IdentityGlob="System.Runtime.CompilerServices.Unsafe/*" />
<UsagePattern IdentityGlob="System.Runtime.Extensions/*" />
<UsagePattern IdentityGlob="System.Runtime.Handles/*" />
<UsagePattern IdentityGlob="System.Runtime.InteropServices/*" />
<UsagePattern IdentityGlob="System.Runtime/*" />
<UsagePattern IdentityGlob="System.Security.AccessControl/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Cng/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*" />
<UsagePattern IdentityGlob="System.Security.Permissions/*" />
<UsagePattern IdentityGlob="System.Security.Principal.Windows/*" />
<UsagePattern IdentityGlob="System.Text.Encoding/*" />
<UsagePattern IdentityGlob="System.Text.Encoding.CodePages/*" />
<UsagePattern IdentityGlob="System.Text.Encoding/*" />
<UsagePattern IdentityGlob="System.Text.Encodings.Web/*" />
<UsagePattern IdentityGlob="System.Text.Json/*" />
<UsagePattern IdentityGlob="System.Threading/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks/*" />
<UsagePattern IdentityGlob="System.Threading/*" />
<UsagePattern IdentityGlob="System.Windows.Extensions/*" />
</IgnorePatterns>
</UsageData>

0 comments on commit 67975d0

Please sign in to comment.