This repository was archived by the owner on Sep 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathIdentityModel.OidcClient.nuspec
More file actions
42 lines (34 loc) · 1.67 KB
/
IdentityModel.OidcClient.nuspec
File metadata and controls
42 lines (34 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.0.0</version>
<authors>Dominick Baier, Brock Allen</authors>
<owners>Dominick Baier, Brock Allen</owners>
<copyright>Dominick Baier, Brock Allen 2015</copyright>
<projectUrl>http://github.com/identitymodel</projectUrl>
<iconUrl>https://identityserver.github.io/Documentation/assets/images/icons/IDmodel_icon128.png</iconUrl>
<id>IdentityModel.OidcClient</id>
<title>IdentityModel.OidcClient</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenID Connect Client Library for Native Applications</description>
<summary>OpenID Connect Client Library for Native Applications</summary>
<language>en-US</language>
<tags>OAuth2 OIDC OpenID Connect JWT Tokens Federation API Authorization</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net.Http" targetFramework="net45" />
</frameworkAssemblies>
<dependencies>
<group targetFramework="portable-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac">
<dependency id="Microsoft.Net.Http" version="2.2.29"/>
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="PCLCrypto" version="2.0.147" />
<dependency id="IdentityModel" version="[1.13.0,2.0)" />
</group>
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="PCLCrypto" version="2.0.147" />
<dependency id="IdentityModel" version="[1.13.0,2.0)" />
</group>
</dependencies>
</metadata>
</package>