File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ and are generated based on the last package release.
22
22
<ItemGroup Label =" .NET team dependencies" >
23
23
<LatestPackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.Extensions" Version =" $(MicrosoftAspNetCoreMvcRazorExtensionsPackageVersion)" />
24
24
<LatestPackageReference Include =" Microsoft.AspNetCore.Razor.Language" Version =" $(MicrosoftAspNetCoreRazorLanguagePackageVersion)" />
25
- <LatestPackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" $(MicrosoftBclAsyncInterfacesPackageVersion)" />
26
25
<LatestPackageReference Include =" Microsoft.Azure.SignalR" Version =" $(MicrosoftAzureSignalRPackageVersion)" />
27
26
<LatestPackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" $(MicrosoftCodeAnalysisCommonPackageVersion)" />
28
27
<LatestPackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" $(MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion)" />
@@ -121,6 +120,7 @@ and are generated based on the last package release.
121
120
<LatestPackageReference Include =" Microsoft.AspNetCore.BenchmarkRunner.Sources" Version =" $(MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion)" />
122
121
<LatestPackageReference Include =" Microsoft.AspNetCore.Blazor.Mono" Version =" $(MicrosoftAspNetCoreBlazorMonoPackageVersion)" />
123
122
<LatestPackageReference Include =" Microsoft.AspNetCore.Testing" Version =" $(MicrosoftAspNetCoreTestingPackageVersion)" />
123
+ <LatestPackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" $(MicrosoftBclAsyncInterfacesPackageVersion)" />
124
124
<LatestPackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" $(MicrosoftEntityFrameworkCoreInMemoryPackageVersion)" />
125
125
<LatestPackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(MicrosoftEntityFrameworkCoreRelationalPackageVersion)" />
126
126
<LatestPackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" $(MicrosoftEntityFrameworkCoreSqlitePackageVersion)" />
Original file line number Diff line number Diff line change 401
401
<Uri >https://github.com/dotnet/runtime</Uri >
402
402
<Sha >cf109642300c1acc7b885de5412f2e30669dea8e</Sha >
403
403
</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 >
409
404
</ProductDependencies >
410
405
<ToolsetDependencies >
411
406
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
Original file line number Diff line number Diff line change 70
70
<MicrosoftNETCoreAppRuntimewinx64PackageVersion >5.0.0-alpha.1.20075.5</MicrosoftNETCoreAppRuntimewinx64PackageVersion >
71
71
<NETStandardLibraryRefPackageVersion >2.1.0-alpha.1.20075.5</NETStandardLibraryRefPackageVersion >
72
72
<!-- Packages from dotnet/corefx -->
73
- <MicrosoftBclAsyncInterfacesPackageVersion >1.0.0</MicrosoftBclAsyncInterfacesPackageVersion >
74
73
<MicrosoftCSharpPackageVersion >5.0.0-alpha.1.20075.5</MicrosoftCSharpPackageVersion >
75
74
<MicrosoftWin32RegistryPackageVersion >5.0.0-alpha.1.20075.5</MicrosoftWin32RegistryPackageVersion >
76
75
<MicrosoftWin32SystemEventsPackageVersion >5.0.0-alpha.1.20075.5</MicrosoftWin32SystemEventsPackageVersion >
206
205
<!-- Partner teams -->
207
206
<MicrosoftAzureKeyVaultPackageVersion >2.3.2</MicrosoftAzureKeyVaultPackageVersion >
208
207
<MicrosoftAzureStorageBlobPackageVersion >10.0.1</MicrosoftAzureStorageBlobPackageVersion >
208
+ <MicrosoftBclAsyncInterfacesPackageVersion >1.0.0</MicrosoftBclAsyncInterfacesPackageVersion >
209
209
<MicrosoftBuildPackageVersion >15.8.166</MicrosoftBuildPackageVersion >
210
210
<MicrosoftAzureSignalRPackageVersion >1.2.0</MicrosoftAzureSignalRPackageVersion >
211
211
<MicrosoftBuildFrameworkPackageVersion >15.8.166</MicrosoftBuildFrameworkPackageVersion >
You can’t perform that action at this time.
0 commit comments