@@ -22,10 +22,10 @@ Subject: [PATCH] fix for source build
22
22
15 files changed, 8 insertions(+), 89 deletions(-)
23
23
24
24
diff --git a/build/common.props b/build/common.props
25
- index 9f99de11..143d8509 100644
25
+ index 7f22eb03..ec229fc2 100644
26
26
--- a/build/common.props
27
27
+++ b/build/common.props
28
- @@ -35 ,7 +35 ,7 @@
28
+ @@ -46 ,7 +46 ,7 @@
29
29
</PropertyGroup>
30
30
31
31
<PropertyGroup>
@@ -34,12 +34,12 @@ index 9f99de11..143d8509 100644
34
34
<PackageValidationBaselineVersion>7.0.0</PackageValidationBaselineVersion>
35
35
</PropertyGroup>
36
36
37
- @@ -47 ,9 +47 ,5 @@
37
+ @@ -58 ,9 +58 ,5 @@
38
38
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
39
39
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
40
40
</PropertyGroup>
41
41
-
42
- - <ItemGroup Condition="'$(TargetFramework)' != 'net8.0'" >
42
+ - <ItemGroup>
43
43
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" PrivateAssets="All"/>
44
44
- </ItemGroup>
45
45
@@ -68,21 +68,21 @@ index 23e1b910..254f709e 100644
68
68
69
69
</Project>
70
70
diff --git a/build/targets.props b/build/targets.props
71
- index f020b59b..934aae74 100644
71
+ index eb2d3523..e9cde8f0 100644
72
72
--- a/build/targets.props
73
73
+++ b/build/targets.props
74
74
@@ -1,7 +1,7 @@
75
75
<Project>
76
76
<PropertyGroup>
77
- - <SrcTargets Condition="'$(TargetNet8 )' = = 'True'">net461;net462;net472;netstandard2.0;net6.0;net8.0</SrcTargets>
78
- - <SrcTargets Condition="'$(TargetNet8 )' != 'True'">net461;net462;net472; netstandard2.0;net6 .0</SrcTargets>
79
- + <SrcTargets Condition="'$(TargetNet8 )' = = 'True'">netstandard2.0;net6.0;net8.0</SrcTargets>
80
- + <SrcTargets Condition="'$(TargetNet8 )' ! = 'True'">netstandard2.0;net6.0</SrcTargets>
77
+ - <SrcTargets Condition="'$(LocalBuild )' ! = 'True'">net461;net462;net472;netstandard2.0;net6.0;net8.0</SrcTargets>
78
+ - <SrcTargets Condition="'$(LocalBuild )' == 'True'">net461;netstandard2.0;net8 .0</SrcTargets>
79
+ + <SrcTargets Condition="'$(LocalBuild )' ! = 'True'">netstandard2.0;net6.0;net8.0</SrcTargets>
80
+ + <SrcTargets Condition="'$(LocalBuild )' = = 'True'">netstandard2.0;net6.0</SrcTargets>
81
81
<SrcStandardTargets>netstandard2.0</SrcStandardTargets>
82
82
</PropertyGroup>
83
83
</Project>
84
84
diff --git a/buildConfiguration.xml b/buildConfiguration.xml
85
- index 83cd80e1..868c5395 100644
85
+ index 06e064da..e6bb5701 100644
86
86
--- a/buildConfiguration.xml
87
87
+++ b/buildConfiguration.xml
88
88
@@ -1,7 +1,7 @@
@@ -91,9 +91,9 @@ index 83cd80e1..868c5395 100644
91
91
<nugetVersion>3.5.0-rc-1285</nugetVersion>
92
92
- <runtimes>net461,netstandard2.0</runtimes>
93
93
+ <runtimes>netstandard2.0</runtimes>
94
- <assemblyVersion>7.1.2</assemblyVersion>
95
- <nugetSuffix>preview</nugetSuffix>
96
94
<projects>
95
+ <src>
96
+ <project name="Microsoft.IdentityModel.Logging" />
97
97
diff --git a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
98
98
index f7a11afe..4a87af91 100644
99
99
--- a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
@@ -183,7 +183,7 @@ index 0e283fce..d599a4b1 100644
183
183
<ProjectReference Include="..\Microsoft.IdentityModel.Protocols\Microsoft.IdentityModel.Protocols.csproj" />
184
184
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens.Saml\Microsoft.IdentityModel.Tokens.Saml.csproj" />
185
185
diff --git a/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj b/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
186
- index 87d7a90f..00357f8c 100644
186
+ index b0cdcc2e..7f0bb67d 100644
187
187
--- a/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
188
188
+++ b/src/Microsoft.IdentityModel.Protocols/Microsoft.IdentityModel.Protocols.csproj
189
189
@@ -15,13 +15,6 @@
@@ -198,8 +198,8 @@ index 87d7a90f..00357f8c 100644
198
198
- </ItemGroup>
199
199
-
200
200
<ItemGroup>
201
- <ProjectReference Include="..\Microsoft.IdentityModel.Logging\Microsoft.IdentityModel.Logging.csproj" />
202
201
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens\Microsoft.IdentityModel.Tokens.csproj" />
202
+ </ItemGroup>
203
203
diff --git a/src/Microsoft.IdentityModel.Tokens.Saml/Microsoft.IdentityModel.Tokens.Saml.csproj b/src/Microsoft.IdentityModel.Tokens.Saml/Microsoft.IdentityModel.Tokens.Saml.csproj
204
204
index 8859880f..0deb3a3a 100644
205
205
--- a/src/Microsoft.IdentityModel.Tokens.Saml/Microsoft.IdentityModel.Tokens.Saml.csproj
0 commit comments