Skip to content

Commit 5a51063

Browse files
authored
Update azure-activedirectory-identitymodel-extensions-for-dotnet to 7.0.0-preview4 (#198)
* Update azure-activedirectory-identitymodel-extensions-for-dotnet to 7.0.0-preview4 * Update source build patch
1 parent 0603839 commit 5a51063

File tree

3 files changed

+10
-74
lines changed

3 files changed

+10
-74
lines changed

patches/azure-activedirectory-identitymodel-extensions-for-dotnet/0001-fix-for-source-build.patch

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Eric Erhardt <[email protected]>
3-
Date: Mon, 21 Aug 2023 10:22:54 -0500
3+
Date: Tue, 29 Aug 2023 18:17:01 -0500
44
Subject: [PATCH] fix for source build
55

66
---
@@ -22,7 +22,7 @@ Subject: [PATCH] fix for source build
2222
15 files changed, 7 insertions(+), 89 deletions(-)
2323

2424
diff --git a/build/common.props b/build/common.props
25-
index 001d7daa..77c12525 100644
25+
index 001d7daa..0f87f8b6 100644
2626
--- a/build/common.props
2727
+++ b/build/common.props
2828
@@ -1,6 +1,5 @@
@@ -32,15 +32,14 @@ index 001d7daa..77c12525 100644
3232
<Import Project="dependencies.props" />
3333
<Import Project="targets.props" />
3434
<Import Project="version.props" />
35-
@@ -43,9 +42,5 @@
36-
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
35+
@@ -44,8 +43,4 @@
3736
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
3837
</PropertyGroup>
39-
-
38+
4039
- <ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
4140
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" PrivateAssets="All"/>
4241
- </ItemGroup>
43-
42+
-
4443
</Project>
4544
diff --git a/build/dependencies.props b/build/dependencies.props
4645
index 23e1b910..254f709e 100644
@@ -80,7 +79,7 @@ index f020b59b..934aae74 100644
8079
</PropertyGroup>
8180
</Project>
8281
diff --git a/buildConfiguration.xml b/buildConfiguration.xml
83-
index fec54d4a..fd742ca4 100644
82+
index 80088c70..e2392c02 100644
8483
--- a/buildConfiguration.xml
8584
+++ b/buildConfiguration.xml
8685
@@ -1,7 +1,7 @@
@@ -90,10 +89,10 @@ index fec54d4a..fd742ca4 100644
9089
- <runtimes>net461,netstandard2.0</runtimes>
9190
+ <runtimes>netstandard2.0</runtimes>
9291
<assemblyVersion>7.0.0</assemblyVersion>
93-
<nugetSuffix>preview3</nugetSuffix>
92+
<nugetSuffix>preview4</nugetSuffix>
9493
<projects>
9594
diff --git a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
96-
index b804ef69..0743d558 100644
95+
index f7a11afe..4a87af91 100644
9796
--- a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
9897
+++ b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
9998
@@ -17,11 +17,4 @@
@@ -127,7 +126,7 @@ index 52e979fe..5198986f 100644
127126
<ProjectReference Include="..\Microsoft.IdentityModel.Tokens\Microsoft.IdentityModel.Tokens.csproj" />
128127
</ItemGroup>
129128
diff --git a/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj b/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
130-
index e0a1d69d..1bead8a7 100644
129+
index 60d18120..050a90d4 100644
131130
--- a/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
132131
+++ b/src/Microsoft.IdentityModel.Logging/Microsoft.IdentityModel.Logging.csproj
133132
@@ -25,13 +25,6 @@

patches/azure-activedirectory-identitymodel-extensions-for-dotnet/0002-Add-updateAssemblyInfo-bash-script.patch

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)