Skip to content

Commit 0239276

Browse files
authored
Fix newtonsoft.json dependency
1 parent d40228e commit 0239276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Profile/AzureRM.Profile.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RequiredAssemblies =
7676
'.\Microsoft.Threading.Tasks.dll',
7777
'.\Microsoft.Threading.Tasks.Extensions.dll',
7878
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
79-
'.\Microsoft.WindowsAzure.Management.dll', 'Newtonsoft.Json.dll',
79+
'.\Microsoft.WindowsAzure.Management.dll', '.\Newtonsoft.Json.dll',
8080
'.\System.Net.Http.Extensions.dll',
8181
'.\System.Net.Http.Primitives.dll'
8282

0 commit comments

Comments
 (0)