Skip to content

Commit 10f488a

Browse files
committed
Fix StorageSync Test Build error
1 parent 238d62e commit 10f488a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/Common.Netcore.Dependencies.Test.targets

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

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1818
<PackageReference Include="xunit.runner.console" Version="2.4.0" />
19-
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
19+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
2020
<Reference Include="System.Net.Http" />
2121
<Reference Include="System.Management.Automation">
2222
<SpecificVersion>False</SpecificVersion>

tools/StaticAnalysis/Exceptions/Az.Storage/MissingAssemblies.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
"Az.Storage","Mono.Posix.NETStandard","1.0.0.0","Microsoft.WindowsAzure.Storage.DataMovement","0","3000","Missing assembly Mono.Posix.NETStandard referenced from Microsoft.WindowsAzure.Storage.DataMovement","Ensure that the assembly is included in the Wix file or directory"
33
"Az.Storage","Microsoft.Win32.Registry","4.1.1.0","System.Management.Automation","0","3000","Missing assembly Microsoft.Win32.Registry referenced from System.Management.Automation","Ensure that the assembly is included in the Wix file or directory"
44
"Az.Storage","Microsoft.PowerShell.CoreCLR.Eventing","6.1.0.0","System.Management.Automation","0","3000","Missing assembly Microsoft.PowerShell.CoreCLR.Eventing referenced from System.Management.Automation","Ensure that the assembly is included in the Wix file or directory"
5+
"Az.Storage","Mono.Posix.NETStandard","1.0.0.0","Microsoft.WindowsAzure.Storage.DataMovement.PowerShell","0","3000","Missing assembly Mono.Posix.NETStandard referenced from Microsoft.WindowsAzure.Storage.DataMovement.PowerShell","Ensure that the assembly is included in the Wix file or directory"

0 commit comments

Comments
 (0)