Skip to content

Commit 1b64d3c

Browse files
authored
Update azure-activedirectory-identitymodel-extensions-for-dotnet to 7.0.0-preview5 (#203)
* Update azure-activedirectory-identitymodel-extensions-for-dotnet to 7.0.0-preview5 * Update patch
1 parent 80d1c95 commit 1b64d3c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

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

Lines changed: 8 additions & 7 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: Tue, 29 Aug 2023 18:17:01 -0500
3+
Date: Wed, 6 Sep 2023 07:04:54 -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..0f87f8b6 100644
25+
index 001d7daa..77c12525 100644
2626
--- a/build/common.props
2727
+++ b/build/common.props
2828
@@ -1,6 +1,5 @@
@@ -32,14 +32,15 @@ index 001d7daa..0f87f8b6 100644
3232
<Import Project="dependencies.props" />
3333
<Import Project="targets.props" />
3434
<Import Project="version.props" />
35-
@@ -44,8 +43,4 @@
35+
@@ -43,9 +42,5 @@
36+
<NoWarn>$(NoWarn);SYSLIB0050</NoWarn>
3637
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
3738
</PropertyGroup>
38-
39+
-
3940
- <ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
4041
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" PrivateAssets="All"/>
4142
- </ItemGroup>
42-
-
43+
4344
</Project>
4445
diff --git a/build/dependencies.props b/build/dependencies.props
4546
index 23e1b910..254f709e 100644
@@ -79,7 +80,7 @@ index f020b59b..934aae74 100644
7980
</PropertyGroup>
8081
</Project>
8182
diff --git a/buildConfiguration.xml b/buildConfiguration.xml
82-
index 80088c70..e2392c02 100644
83+
index 574d39f8..ab394035 100644
8384
--- a/buildConfiguration.xml
8485
+++ b/buildConfiguration.xml
8586
@@ -1,7 +1,7 @@
@@ -89,7 +90,7 @@ index 80088c70..e2392c02 100644
8990
- <runtimes>net461,netstandard2.0</runtimes>
9091
+ <runtimes>netstandard2.0</runtimes>
9192
<assemblyVersion>7.0.0</assemblyVersion>
92-
<nugetSuffix>preview4</nugetSuffix>
93+
<nugetSuffix>preview5</nugetSuffix>
9394
<projects>
9495
diff --git a/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj b/src/Microsoft.IdentityModel.Abstractions/Microsoft.IdentityModel.Abstractions.csproj
9596
index f7a11afe..4a87af91 100644

repo-projects/azure-activedirectory-identitymodel-extensions-for-dotnet.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<BuildCommandArgs>$(BuildCommandArgs) /p:Configuration=$(Configuration)</BuildCommandArgs>
1919
<BuildCommandArgs>$(BuildCommandArgs) /v:$(LogVerbosity)</BuildCommandArgs>
2020
<BuildCommandArgs>$(BuildCommandArgs) $(RedirectRepoOutputToLog)</BuildCommandArgs>
21-
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=7.0.0-preview4</BuildCommandArgs>
21+
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=7.0.0-preview5</BuildCommandArgs>
2222

2323
<PackCommandArgs>$(BuildCommandArgs) --output $(ProjectDirectory)pack</PackCommandArgs>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)