Skip to content

[5.3.0] Update module versions for release #5453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 7, 2018
Prev Previous commit
Next Next commit
Revert change to Newtonsoft reference in AzureRM.Profile.psd1
  • Loading branch information
cormacpayne committed Feb 6, 2018
commit 6dfe74df59bc7865d0fc8ddef978f07d42469343
2 changes: 1 addition & 1 deletion src/ResourceManager/Profile/AzureRM.Profile.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RequiredAssemblies =
'.\Microsoft.Threading.Tasks.dll',
'.\Microsoft.Threading.Tasks.Extensions.dll',
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
'.\Microsoft.WindowsAzure.Management.dll', 'Newtonsoft.Json.dll',
'.\Microsoft.WindowsAzure.Management.dll', '.\Newtonsoft.Json.dll',
'.\System.Net.Http.Extensions.dll',
'.\System.Net.Http.Primitives.dll'

Expand Down