Skip to content

Commit

Permalink
Update Microsoft.Graph and NUnit3TestAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Aug 6, 2020
1 parent f697996 commit be1db74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AzureCP.Tests/AzureCP.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<Version>3.12.0</Version>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter">
<Version>3.16.1</Version>
<Version>3.17.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion AzureCP/AzureCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<Version>1.0.21</Version>
</PackageReference>
<PackageReference Include="Microsoft.Graph">
<Version>3.8.0</Version>
<Version>3.9.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<Version>5.2.8</Version>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* Add support for national cloud deployments
* Add method ValidateEntities to allow developers to inspect the entities generated by AzureCP, and remove some before they are returned to SharePoint.
* Update NuGet package Microsoft.IdentityModel.Clients.ActiveDirectory 5.2.7 -> Microsoft.IdentityModel.Clients.ActiveDirectory 5.2.8
* Update NuGet package Microsoft.Graph.3.8.0 -> Microsoft.Graph.3.9.0
* Update NuGet package Microsoft.Graph.Core.1.20.1 -> Microsoft.Graph.Core.1.21.0
* Update NuGet package NUnit3TestAdapter.3.16.1 -> NUnit3TestAdapter.3.17.0

## AzureCP 17.0.20200618.1133 enhancements & bug-fixes - Published in June 22, 2020

Expand Down

0 comments on commit be1db74

Please sign in to comment.