File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
src/Tasks/Microsoft.NET.Build.Tasks Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 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- <!-- msbuild is still on 8.0 versions of these so we have to pin in SDK main for now or tasks will fail -->
37- <UsagePattern IdentityGlob =" Microsoft.NET.HostModel/*8.0.0*" />
38- <UsagePattern IdentityGlob =" Microsoft.Extensions.DependencyModel/*8.0.0*" />
39- <UsagePattern IdentityGlob =" Microsoft.Bcl.AsyncInterfaces/*8.0.0*" />
4035 </IgnorePatterns >
4136</UsageData >
Original file line number Diff line number Diff line change 5252 <PackageReference Include =" Microsoft.Build" ExcludeAssets =" Runtime" />
5353 <PackageReference Include =" Microsoft.Build.Framework" ExcludeAssets =" Runtime" />
5454 <PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" Runtime" />
55- <PackageReference Include =" Microsoft.Extensions.DependencyModel" VersionOverride = " 8.0.0-rc.1.23419.4 " />
56- <PackageReference Include =" Microsoft.NET.HostModel" VersionOverride = " 8.0.0-rc.1.23419.4 " />
57- <PackageReference Include =" System.Text.Json" VersionOverride = " 8.0.0-rc.1.23419.4 " />
58- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" VersionOverride = " 8.0.0-rc.1.23419.4 " />
55+ <PackageReference Include =" Microsoft.Extensions.DependencyModel" />
56+ <PackageReference Include =" Microsoft.NET.HostModel" />
57+ <PackageReference Include =" System.Text.Json" />
58+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
5959 <PackageReference Include =" NuGet.ProjectModel" />
6060 <PackageReference Include =" NuGet.Build.Tasks.Pack" ExcludeAssets =" All" />
6161 <PackageReference Include =" Microsoft.Deployment.DotNet.Releases" />
You can’t perform that action at this time.
0 commit comments