File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/DataLakeStore/DataLakeStore Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <PsModuleName >DataLakeStore</PsModuleName >
5
- <OmitJsonPackage >true</OmitJsonPackage >
4
+ <PsModuleName >DataLakeStore</PsModuleName >
5
+ <OmitJsonPackage >true</OmitJsonPackage >
6
6
</PropertyGroup >
7
7
8
8
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
9
9
10
10
<PropertyGroup >
11
- <RootNamespace >$(LegacyAssemblyPrefix)$(PsModuleName)</RootNamespace >
11
+ <RootNamespace >$(LegacyAssemblyPrefix)$(PsModuleName)</RootNamespace >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.Azure.DataLake.Store" Version =" 2.0.2" />
16
- <PackageReference Include =" Microsoft.Azure.Management.DataLake.Store" Version =" 2.4.2-preview" />
17
- <PackageReference Include =" NLog" Version =" 5.4.0" />
18
- <PackageReference Include =" System.Net.Requests" Version =" 4.3.0" />
15
+ <PackageReference Include =" Microsoft.Azure.DataLake.Store" Version =" 2.0.2" />
16
+ <PackageReference Include =" Microsoft.Azure.Management.DataLake.Store" Version =" 2.4.2-preview" />
17
+ <PackageReference Include =" NLog" Version =" 5.4.0" />
18
+ <PackageReference Include =" System.Net.Requests" Version =" 4.3.0" />
19
19
</ItemGroup >
20
20
21
21
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
You can’t perform that action at this time.
0 commit comments