Skip to content

Commit a71b647

Browse files
committed
Fix a CI failure
1 parent 5004cdf commit a71b647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ApplicationInsights/ApplicationInsights.Test/ApplicationInsights.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.3.0-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.5.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="16.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

src/OperationalInsights/OperationalInsights.Test/OperationalInsights.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.20.0-preview" />
1515
<PackageReference Include="Microsoft.Azure.OperationalInsights" Version="0.10.0-preview" />
16-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.5.0" />
16+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="16.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)