Skip to content

Commit edb8e6b

Browse files
committed
Resolve issues with Netcore build
1 parent 6697644 commit edb8e6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.Netcore.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PowerShellVersion = '5.1'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.10.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\Microsoft.Azure.Management.DataLake.Store.dll'
57+
RequiredAssemblies = '.\Microsoft.Azure.Management.DataLake.Store.dll','.\Microsoft.Azure.DataLake.Store.dll','.\NLog.dll'
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6060
# ScriptsToProcess = @()

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.Netcore.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31+
<PackageReference Include="Microsoft.Azure.DataLake.Store" Version="1.1.4" />
3132
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.3.0-preview" />
33+
<PackageReference Include="NLog" Version="5.0.0-beta09" />
3234
</ItemGroup>
3335

3436
<ItemGroup>

0 commit comments

Comments
 (0)