File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Microsoft.Azure.Management.Compute" Version =" 60.0.0" />
19
19
<PackageReference Include =" System.Security.Permissions" Version =" 4.5.0" />
20
20
<PackageReference Include =" System.ServiceModel.Primitives" Version =" 4.7.0" />
21
- <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 7.0.1" />
22
21
<PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.0" />
23
22
<PackageReference Include =" System.Management" Version =" 4.5.0" />
23
+ <!-- Include the following DLLs for security issue -->
24
+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 7.0.1" />
24
25
</ItemGroup >
25
26
26
27
<ItemGroup >
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Microsoft.Azure.Management.DataFactories" Version =" 4.13.3" />
16
16
<PackageReference Include =" Microsoft.DataTransfer.Gateway.Encryption" Version =" 4.14.7587.7" />
17
17
<PackageReference Include =" System.IO.FileSystem.AccessControl" Version =" 4.5.0" />
18
- <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
19
18
<PackageReference Include =" WindowsAzure.Storage" Version =" 9.3.0" />
19
+ <!-- Include the following DLLs for security issue -->
20
+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 4.7.1" />
21
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
20
22
</ItemGroup >
21
23
22
24
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.Azure.Management.DataFactory" Version =" 9.2.0" />
16
16
<PackageReference Include =" Microsoft.DataTransfer.Gateway.Encryption" Version =" 4.14.7587.7" />
17
+ <!-- Include the following DLLs for security issue -->
18
+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 4.7.1" />
17
19
<PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
18
20
</ItemGroup >
19
21
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" Azure.Analytics.Synapse.Spark" Version =" 1.0.0-preview.7" />
19
19
<PackageReference Include =" Microsoft.Azure.Management.Synapse" Version =" 2.6.0-preview" />
20
20
<PackageReference Include =" Microsoft.DataTransfer.Gateway.Encryption" Version =" 4.14.7587.7" />
21
+ <!-- Include the following DLLs for security issue -->
21
22
<PackageReference Include =" System.Security.Cryptography.Xml" Version =" 4.7.1" />
23
+ <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
22
24
</ItemGroup >
23
25
24
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments