Skip to content

Commit 2481862

Browse files
Resolve Bcl.AsyncInterfaces from NuGet (#18606)
1 parent 2cc333a commit 2481862

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

eng/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ and are generated based on the last package release.
2222
<ItemGroup Label=".NET team dependencies">
2323
<LatestPackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="$(MicrosoftAspNetCoreMvcRazorExtensionsPackageVersion)" />
2424
<LatestPackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="$(MicrosoftAspNetCoreRazorLanguagePackageVersion)" />
25-
<LatestPackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesPackageVersion)" />
2625
<LatestPackageReference Include="Microsoft.Azure.SignalR" Version="$(MicrosoftAzureSignalRPackageVersion)" />
2726
<LatestPackageReference Include="Microsoft.CodeAnalysis.Common" Version="$(MicrosoftCodeAnalysisCommonPackageVersion)" />
2827
<LatestPackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion)" />
@@ -121,6 +120,7 @@ and are generated based on the last package release.
121120
<LatestPackageReference Include="Microsoft.AspNetCore.BenchmarkRunner.Sources" Version="$(MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion)" />
122121
<LatestPackageReference Include="Microsoft.AspNetCore.Blazor.Mono" Version="$(MicrosoftAspNetCoreBlazorMonoPackageVersion)" />
123122
<LatestPackageReference Include="Microsoft.AspNetCore.Testing" Version="$(MicrosoftAspNetCoreTestingPackageVersion)" />
123+
<LatestPackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesPackageVersion)" />
124124
<LatestPackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(MicrosoftEntityFrameworkCoreInMemoryPackageVersion)" />
125125
<LatestPackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(MicrosoftEntityFrameworkCoreRelationalPackageVersion)" />
126126
<LatestPackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(MicrosoftEntityFrameworkCoreSqlitePackageVersion)" />

eng/Version.Details.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,6 @@
401401
<Uri>https://github.com/dotnet/runtime</Uri>
402402
<Sha>cf109642300c1acc7b885de5412f2e30669dea8e</Sha>
403403
</Dependency>
404-
<!-- Keep these dependencies at the bottom of ProductDependencies, else they will be picked as the parent for CoherentParentDependencies -->
405-
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" Pinned="true">
406-
<Uri>https://github.com/dotnet/corefx</Uri>
407-
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
408-
</Dependency>
409404
</ProductDependencies>
410405
<ToolsetDependencies>
411406
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20075.5</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
7171
<NETStandardLibraryRefPackageVersion>2.1.0-alpha.1.20075.5</NETStandardLibraryRefPackageVersion>
7272
<!-- Packages from dotnet/corefx -->
73-
<MicrosoftBclAsyncInterfacesPackageVersion>1.0.0</MicrosoftBclAsyncInterfacesPackageVersion>
7473
<MicrosoftCSharpPackageVersion>5.0.0-alpha.1.20075.5</MicrosoftCSharpPackageVersion>
7574
<MicrosoftWin32RegistryPackageVersion>5.0.0-alpha.1.20075.5</MicrosoftWin32RegistryPackageVersion>
7675
<MicrosoftWin32SystemEventsPackageVersion>5.0.0-alpha.1.20075.5</MicrosoftWin32SystemEventsPackageVersion>
@@ -206,6 +205,7 @@
206205
<!-- Partner teams -->
207206
<MicrosoftAzureKeyVaultPackageVersion>2.3.2</MicrosoftAzureKeyVaultPackageVersion>
208207
<MicrosoftAzureStorageBlobPackageVersion>10.0.1</MicrosoftAzureStorageBlobPackageVersion>
208+
<MicrosoftBclAsyncInterfacesPackageVersion>1.0.0</MicrosoftBclAsyncInterfacesPackageVersion>
209209
<MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion>
210210
<MicrosoftAzureSignalRPackageVersion>1.2.0</MicrosoftAzureSignalRPackageVersion>
211211
<MicrosoftBuildFrameworkPackageVersion>15.8.166</MicrosoftBuildFrameworkPackageVersion>

0 commit comments

Comments
 (0)