Skip to content

Commit c5cddeb

Browse files
committed
Update dependencies.
1 parent 85dc339 commit c5cddeb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@
2121
<PreLoadAssemblies Include="$(RepoTools)lib\System.Security.Cryptography.ProtectedData.dll" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.3" />
24+
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.4" />
2525
<PackageReference Include="Microsoft.Graph.Core" Version="1.20.0" />
2626
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.2" />
27+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="5.6.0" />
28+
<PackageReference Include="Microsoft.IdentityModel.Logging" Version="5.6.0" />
29+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.6.0" />
2730
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
31+
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
2832
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
2933
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.7.0" />
3034
</ItemGroup>

src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,17 @@
2020
<file src="Microsoft.Graph.Authentication.format.ps1xml" />
2121
<file src="Microsoft.Graph.Authentication.psm1" />
2222
<!-- https://github.com/NuGet/Home/issues/3584 -->
23+
2324
<file src="bin/Microsoft.Graph.Authentication.dll" target="bin" />
2425
<file src="bin/Microsoft.Graph.Authentication.deps.json" target="bin" />
2526
<file src="bin/Microsoft.Graph.Auth.dll" target="bin" />
2627
<file src="bin/Microsoft.Graph.Core.dll" target="bin" />
2728
<file src="bin/Microsoft.Identity.Client.dll" target="bin" />
2829
<file src="bin/System.IdentityModel.Tokens.Jwt.dll" target="bin" />
30+
<file src="bin/Newtonsoft.Json.dll" target="bin" />
31+
<file src="bin/Microsoft.IdentityModel.JsonWebTokens.dll" target="bin" />
32+
<file src="bin/Microsoft.IdentityModel.Tokens.dll" target="bin" />
33+
<file src="bin/Microsoft.IdentityModel.Logging.dll" target="bin" />
2934
<file src="bin/PreloadAssemblies/System.Security.Cryptography.ProtectedData.dll" target="bin/PreloadAssemblies" />
3035
</files>
3136
</package>

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 2/10/2020
6+
# Generated on: 3/4/2020
77
#
88

99
@{
@@ -45,7 +45,7 @@ PowerShellVersion = '5.1'
4545
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48-
# CLRVersion = ''
48+
# ClrVersion = ''
4949

5050
# Processor architecture (None, X86, Amd64) required by this module
5151
# ProcessorArchitecture = ''

0 commit comments

Comments
 (0)