File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
DataFactories/Commands.DataFactories
DataFactoryV2/Commands.DataFactoryV2 Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" $(ProjectDir)..\..\..\..\tools\Common.Netcore.Dependencies.targets" />
4
4
18
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
19
19
<DelaySign >false</DelaySign >
20
20
<DefineConstants >TRACE;DEBUG;NETSTANDARD</DefineConstants >
21
- <NoWarn >1701;1702;NU1701</NoWarn >
22
21
</PropertyGroup >
23
22
24
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
31
30
<ItemGroup >
32
31
<PackageReference Include =" Microsoft.Azure.Management.DataFactories" Version =" 4.13.3" />
33
32
<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" />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
Original file line number Diff line number Diff line change 19
19
-->
20
20
21
21
## Current Release
22
+ * Updated the Microsoft.DataTransfer.Gateway.Encryption version to 3.11.6886.9 for .NetStandard version.
22
23
23
24
## Version 0.5.11
24
25
* Updated the ADF .Net SDK version to 2.3.0.
You can’t perform that action at this time.
0 commit comments