1
- From 2f8009e74404ff5a9681788f443eedcfb928cd65 Mon Sep 17 00:00:00 2001
2
- From: Matt Mitchell <mmitche @microsoft.com>
3
- Date: Tue, 18 Jul 2023 12:41:48 -0700
1
+ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2
+ From: Eric Erhardt <eric.erhardt @microsoft.com>
3
+ Date: Mon, 21 Aug 2023 10:22:54 -0500
4
4
Subject: [PATCH] fix for source build
5
5
6
6
---
7
- build/common.props | 5 -----
8
- build/dependencies.props | 9 ++++- ----
9
- build/targets.props | 4 ++--
10
- buildConfiguration.xml | 2 +-
11
- .../Microsoft.IdentityModel.Abstractions.csproj | 6 ------
12
- .../Microsoft.IdentityModel.JsonWebTokens.csproj | 7 -------
13
- .../Microsoft.IdentityModel.Logging.csproj | 7 -------
14
- ...icrosoft .IdentityModel.Protocols.OpenIdConnect.csproj | 7 -------
15
- ...Microsoft.IdentityModel.Protocols.WsFederation.csproj | 7 -------
16
- .../Microsoft.IdentityModel.Protocols.csproj | 7 -------
17
- .../Microsoft.IdentityModel.Tokens.Saml.csproj | 7 -------
18
- .../Microsoft.IdentityModel.Tokens.csproj | 6 ------
19
- .../Microsoft.IdentityModel.Validators.csproj | 7 -------
20
- .../Microsoft.IdentityModel.Xml.csproj | 7 -------
21
- .../System.IdentityModel.Tokens.Jwt.csproj | 7 -------
22
- 15 files changed, 7 insertions(+), 88 deletions(-)
7
+ build/common.props | 5 -----
8
+ build/dependencies.props | 8 ++++----
9
+ build/targets.props | 4 ++--
10
+ buildConfiguration.xml | 2 +-
11
+ .../Microsoft.IdentityModel.Abstractions.csproj | 7 - ------
12
+ .../Microsoft.IdentityModel.JsonWebTokens.csproj | 7 -------
13
+ .../Microsoft.IdentityModel.Logging.csproj | 7 -------
14
+ ...Microsoft .IdentityModel.Protocols.OpenIdConnect.csproj | 7 -------
15
+ .../ Microsoft.IdentityModel.Protocols.WsFederation.csproj | 7 -------
16
+ .../Microsoft.IdentityModel.Protocols.csproj | 7 -------
17
+ .../Microsoft.IdentityModel.Tokens.Saml.csproj | 7 -------
18
+ .../Microsoft.IdentityModel.Tokens.csproj | 7 - ------
19
+ .../Microsoft.IdentityModel.Validators.csproj | 7 -------
20
+ .../Microsoft.IdentityModel.Xml.csproj | 7 -------
21
+ .../System.IdentityModel.Tokens.Jwt.csproj | 7 -------
22
+ 15 files changed, 7 insertions(+), 89 deletions(-)
23
23
24
24
diff --git a/build/common.props b/build/common.props
25
- index de06ad9b..c823f2d9 100644
25
+ index 001d7daa..77c12525 100644
26
26
--- a/build/common.props
27
27
+++ b/build/common.props
28
- @@ -1,5 +1,4 @@
28
+ @@ -1,6 +1,5 @@
29
29
<Project>
30
+
30
31
- <Import Project="apiCompat.props" />
31
32
<Import Project="dependencies.props" />
32
33
<Import Project="targets.props" />
33
34
<Import Project="version.props" />
34
- @@ -42 ,9 +41 ,5 @@
35
+ @@ -43 ,9 +42 ,5 @@
35
36
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
36
37
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
37
38
</PropertyGroup>
@@ -42,30 +43,27 @@ index de06ad9b..c823f2d9 100644
42
43
43
44
</Project>
44
45
diff --git a/build/dependencies.props b/build/dependencies.props
45
- index 3ecb2744..25833767 100644
46
+ index 23e1b910..254f709e 100644
46
47
--- a/build/dependencies.props
47
48
+++ b/build/dependencies.props
48
- @@ -14,8 +14,8 @@
49
- <SystemRuntimeSerializationXmlVersion>4.3.0</SystemRuntimeSerializationXmlVersion>
50
- <SystemSecurityClaimsVersion>4.3.0</SystemSecurityClaimsVersion>
51
- <SystemTextEncoding>4.3.0</SystemTextEncoding>
52
- - <SystemTextJson>4.7.2</SystemTextJson>
49
+ @@ -4,14 +4,14 @@
50
+ <AspNetCoreMinSupportedVersion>2.1.1</AspNetCoreMinSupportedVersion>
51
+ <MicrosoftAzureKeyVaultVersion>3.0.5</MicrosoftAzureKeyVaultVersion>
52
+ <MicrosoftAzureServicesAppAuthenticationVersion>1.0.3</MicrosoftAzureServicesAppAuthenticationVersion>
53
+ - <MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion>
54
+ + <MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
55
+ <MicrosoftSourceLinkGitHubVersion>1.0.0</MicrosoftSourceLinkGitHubVersion>
56
+ <NetStandardVersion>2.0.3</NetStandardVersion>
57
+ <NewtonsoftVersion>13.0.3</NewtonsoftVersion>
58
+ <SystemMemoryVersion>4.5.5</SystemMemoryVersion>
59
+ - <SystemSecurityCryptographyCngVersion>4.5.0</SystemSecurityCryptographyCngVersion>
53
60
- <SystemTextEncodingsWeb>4.7.2</SystemTextEncodingsWeb>
54
- + <SystemTextJson>7.0.0</SystemTextJson>
61
+ - <SystemTextJson>4.7.2</SystemTextJson>
62
+ + <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
55
63
+ <SystemTextEncodingsWeb>7.0.0</SystemTextEncodingsWeb>
56
- <SystemXmlXmlDocumentVersion>4.3.0</SystemXmlXmlDocumentVersion>
57
- </PropertyGroup>
58
-
59
- @@ -25,8 +25,7 @@
64
+ + <SystemTextJson>7.0.0</SystemTextJson>
60
65
</PropertyGroup>
61
66
62
- <PropertyGroup Condition="'$(TargetFramework)' != 'net8.0'">
63
- - <SystemSecurityCryptographyCngVersion>4.5.0</SystemSecurityCryptographyCngVersion>
64
- - <MicrosoftCSharpVersion>4.5.0</MicrosoftCSharpVersion>
65
- - <MicrosoftSourceLinkGitHubVersion>1.0.0</MicrosoftSourceLinkGitHubVersion>
66
- + <SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
67
- + <MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
68
- </PropertyGroup>
69
67
</Project>
70
68
diff --git a/build/targets.props b/build/targets.props
71
69
index f020b59b..934aae74 100644
@@ -82,7 +80,7 @@ index f020b59b..934aae74 100644
82
80
</PropertyGroup>
83
81
</Project>
84
82
diff --git a/buildConfiguration.xml b/buildConfiguration.xml
85
- index f0f7011a..69e2319b 100644
83
+ index fec54d4a..fd742ca4 100644
86
84
--- a/buildConfiguration.xml
87
85
+++ b/buildConfiguration.xml
88
86
@@ -1,7 +1,7 @@
@@ -92,13 +90,13 @@ index f0f7011a..69e2319b 100644
92
90
- <runtimes>net461,netstandard2.0</runtimes>
93
91
+ <runtimes>netstandard2.0</runtimes>
94
92
<assemblyVersion>7.0.0</assemblyVersion>
95
- <nugetSuffix>preview </nugetSuffix>
93
+ <nugetSuffix>preview3 </nugetSuffix>
96
94
<projects>
97
95
diff --git a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
98
- index be1e21a5..ca69c038 100644
96
+ index b804ef69..0743d558 100644
99
97
--- a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
100
98
+++ b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
101
- @@ -16 ,11 +16,5 @@
99
+ @@ -17 ,11 +17,4 @@
102
100
<DebugSymbols>true</DebugSymbols>
103
101
</PropertyGroup>
104
102
@@ -108,10 +106,10 @@ index be1e21a5..ca69c038 100644
108
106
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
109
107
- </PackageReference>
110
108
- </ItemGroup>
111
-
109
+ -
112
110
</Project>
113
111
diff --git a/src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj b/src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj
114
- index d502da51..52a183e5 100644
112
+ index 52e979fe..5198986f 100644
115
113
--- a/src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj
116
114
+++ b/src/Microsoft.IdentityModel.JsonWebTokens/Microsoft.IdentityModel.JsonWebTokens.csproj
117
115
@@ -16,13 +16,6 @@
@@ -129,7 +127,7 @@ index d502da51..52a183e5 100644
129
127
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens\Microsoft.IdentityModel.Tokens.csproj" />
130
128
</ItemGroup>
131
129
diff --git a/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj b/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
132
- index 8dc4ec39..99c05b78 100644
130
+ index e0a1d69d..1bead8a7 100644
133
131
--- a/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
134
132
+++ b/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
135
133
@@ -25,13 +25,6 @@
@@ -147,7 +145,7 @@ index 8dc4ec39..99c05b78 100644
147
145
<ProjectReference Include="..\Microsoft.IdentityModel.Abstractions\Microsoft.IdentityModel.Abstractions.csproj" />
148
146
</ItemGroup>
149
147
diff --git a/src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj b/src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj
150
- index 8d5887be..463ac14b 100644
148
+ index f4ecd1f9..483a9770 100644
151
149
--- a/src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj
152
150
+++ b/src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj
153
151
@@ -15,13 +15,6 @@
@@ -165,10 +163,10 @@ index 8d5887be..463ac14b 100644
165
163
<ProjectReference Include="..\Microsoft.IdentityModel.Protocols\Microsoft.IdentityModel.Protocols.csproj" />
166
164
<ProjectReference Include="..\System.IdentityModel.Tokens.Jwt\System.IdentityModel.Tokens.Jwt.csproj" />
167
165
diff --git a/src/Microsoft.IdentityModel.Protocols.WsFederation/Microsoft.IdentityModel.Protocols.WsFederation.csproj b/src/Microsoft.IdentityModel.Protocols.WsFederation/Microsoft.IdentityModel.Protocols.WsFederation.csproj
168
- index 66f7e921..c406dea1 100644
166
+ index 0e283fce..d599a4b1 100644
169
167
--- a/src/Microsoft.IdentityModel.Protocols.WsFederation/Microsoft.IdentityModel.Protocols.WsFederation.csproj
170
168
+++ b/src/Microsoft.IdentityModel.Protocols.WsFederation/Microsoft.IdentityModel.Protocols.WsFederation.csproj
171
- @@ -15 ,13 +15 ,6 @@
169
+ @@ -16 ,13 +16 ,6 @@
172
170
<DebugSymbols>true</DebugSymbols>
173
171
</PropertyGroup>
174
172
@@ -183,7 +181,7 @@ index 66f7e921..c406dea1 100644
183
181
<ProjectReference Include="..\Microsoft.IdentityModel.Protocols\Microsoft.IdentityModel.Protocols.csproj" />
184
182
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens.Saml\Microsoft.IdentityModel.Tokens.Saml.csproj" />
185
183
diff --git a/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj b/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
186
- index 95f92ada..84a9423d 100644
184
+ index 87d7a90f..00357f8c 100644
187
185
--- a/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
188
186
+++ b/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
189
187
@@ -15,13 +15,6 @@
@@ -219,10 +217,10 @@ index 8859880f..0deb3a3a 100644
219
217
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens\Microsoft.IdentityModel.Tokens.csproj" />
220
218
<ProjectReference Include="..\Microsoft.IdentityModel.Xml\Microsoft.IdentityModel.Xml.csproj" />
221
219
diff --git a/src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj b/src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj
222
- index 1010bd07..7d08ad13 100644
220
+ index 3536e2f1..92dd5f41 100644
223
221
--- a/src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj
224
222
+++ b/src/Microsoft.IdentityModel.Tokens/Microsoft.IdentityModel.Tokens.csproj
225
- @@ -51 ,11 +51,5 @@
223
+ @@ -50 ,11 +50,4 @@
226
224
<PackageReference Include="System.Text.Json" Version="$(SystemTextJson)" />
227
225
</ItemGroup>
228
226
@@ -232,10 +230,10 @@ index 1010bd07..7d08ad13 100644
232
230
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
233
231
- </PackageReference>
234
232
- </ItemGroup>
235
-
233
+ -
236
234
</Project>
237
235
diff --git a/src/Microsoft.IdentityModel.Validators/Microsoft.IdentityModel.Validators.csproj b/src/Microsoft.IdentityModel.Validators/Microsoft.IdentityModel.Validators.csproj
238
- index 55328c1a..252d5834 100644
236
+ index 33067d0a..574a5f51 100644
239
237
--- a/src/Microsoft.IdentityModel.Validators/Microsoft.IdentityModel.Validators.csproj
240
238
+++ b/src/Microsoft.IdentityModel.Validators/Microsoft.IdentityModel.Validators.csproj
241
239
@@ -15,13 +15,6 @@
@@ -288,6 +286,3 @@ index 0e589c35..25d1ddb0 100644
288
286
<ItemGroup>
289
287
<ProjectReference Include="..\Microsoft.IdentityModel.JsonWebTokens\Microsoft.IdentityModel.JsonWebTokens.csproj" />
290
288
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens\Microsoft.IdentityModel.Tokens.csproj" />
291
- - -
292
- 2.41.0.windows.2
293
-
0 commit comments