-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildConfiguration.xml
71 lines (71 loc) · 2.41 KB
/
buildConfiguration.xml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<root>
<dotnetArchitecture>x64</dotnetArchitecture>
<dotnetChannel>preview</dotnetChannel>
<dotnetVersion>1.0.0-preview2-003121</dotnetVersion>
<dotnetUrl>https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2.1/scripts/obtain/dotnet-install.ps1</dotnetUrl>
<coreFxOldVersion>4.3.0-\*</coreFxOldVersion>
<coreFxNewVersion>4.3.0</coreFxNewVersion>
<nugetVersion>3.5.0-rc-1285</nugetVersion>
<dependencies>
<dependency>
<nugetVersion>"Microsoft.IdentityModel.Logging": "1.1.0</nugetVersion>
</dependency>
<dependency>
<nugetVersion>"Microsoft.IdentityModel.Protocols": "2.1.0</nugetVersion>
</dependency>
<dependency>
<nugetVersion>"Microsoft.IdentityModel.Tokens": "5.1.0</nugetVersion>
</dependency>
<dependency>
<nugetVersion>"System.IdentityModel.Tokens.Jwt": "5.1.0</nugetVersion>
</dependency>
</dependencies>
<projects>
<src>
<project name="Microsoft.IdentityModel.Logging">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Tokens">
<build>yes</build>
</project>
<project name="System.IdentityModel.Tokens.Jwt">
<build>yes</build>
</project>
<project name="System.IdentityModel.Tokens.Saml">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols.WsFederation">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols.OpenIdConnect">
<build>yes</build>
</project>
</src>
<test>
<project name="Microsoft.IdentityModel.Logging.Tests">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Tokens.Tests">
<build>yes</build>
</project>
<project name="System.IdentityModel.Tokens.Jwt.Tests">
<build>yes</build>
</project>
<project name="System.IdentityModel.Tokens.Saml.Tests">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols.Tests">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols.WsFederation.Tests">
<build>yes</build>
</project>
<project name="Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests">
<build>yes</build>
</project>
</test>
</projects>
</root>