Skip to content

Commit e320294

Browse files
committed
Update WindowsAzure.Storage to 9.3.0 and remove warning suppress, update changelog
1 parent 44b2140 commit e320294

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.Netcore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="$(ProjectDir)..\..\..\..\tools\Common.Netcore.Dependencies.targets" />
44

@@ -18,7 +18,6 @@
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1919
<DelaySign>false</DelaySign>
2020
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
21-
<NoWarn>1701;1702;NU1701</NoWarn>
2221
</PropertyGroup>
2322

2423
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -31,7 +30,8 @@
3130
<ItemGroup>
3231
<PackageReference Include="Microsoft.Azure.Management.DataFactories" Version="4.13.3" />
3332
<PackageReference Include="Microsoft.DataTransfer.Gateway.Encryption" Version="3.11.6886.9" />
34-
<PackageReference Include="WindowsAzure.Storage" Version="5.0.2" />
33+
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" />
34+
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Current Release
22+
* Updated the Microsoft.DataTransfer.Gateway.Encryption version to 3.11.6886.9 for .NetStandard version.
2223

2324
## Version 0.5.11
2425
* Updated the ADF .Net SDK version to 2.3.0.

0 commit comments

Comments
 (0)