Skip to content

Commit 7397225

Browse files
authored
Add System.Linq.Async for test projects to Packages.Data.props (Azure#21803)
1 parent c088122 commit 7397225

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
<PackageReference Update="PublicApiGenerator" Version="10.0.1" />
218218
<PackageReference Update="System.Diagnostics.TraceSource" Version="4.3.0" />
219219
<PackageReference Update="System.IO.Compression" Version="4.3.0" />
220+
<PackageReference Update="System.Linq.Async" Version="5.0.0" />
220221
<PackageReference Update="System.Net.WebSockets.Client" Version="4.3.2" />
221222
<PackageReference Update="System.Reflection.Emit" Version="4.7.0" />
222223
<PackageReference Update="System.Runtime.InteropServices" Version="4.3.0" />

sdk/containerregistry/Azure.Containers.ContainerRegistry/tests/Azure.Containers.ContainerRegistry.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.Azure.Management.ContainerRegistry.Fluent" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1212
<PackageReference Include="Moq" />
13-
<PackageReference Include="System.Linq.Async" VersionOverride="5.0.0" />
13+
<PackageReference Include="System.Linq.Async" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)