Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflow-gen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public static void EnvDefaults(this Workflow workflow)
public static void StepSetupDotNet(this Job job)
=> job.Step()
.Name("Setup .NET")
.ActionsSetupDotNet("d4c94342e560b34958eacfc5d055d21461ed1c5d", ["8.0.414", "9.0.305", "10.0.100"]); // v5.0.0
.ActionsSetupDotNet("d4c94342e560b34958eacfc5d055d21461ed1c5d", ["8.0.414", "9.0.305", "10.0.200"]); // v5.0.0

public static Step IfRefMain(this Step step)
=> step.If("github.ref == 'refs/heads/main'");
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/access-token-management-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Restore
run: dotnet restore ../
- name: Verify Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/access-token-management-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Git Config
run: |-
git config --global user.email "github-bot@duendesoftware.com"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: List files
run: tree
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/identity-model-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Restore
run: dotnet restore ../
- name: Verify Formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/identity-model-oidc-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Restore
run: dotnet restore ../
- name: Verify Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/identity-model-oidc-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Git Config
run: |-
git config --global user.email "github-bot@duendesoftware.com"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: List files
run: tree
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/identity-model-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Git Config
run: |-
git config --global user.email "github-bot@duendesoftware.com"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: List files
run: tree
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ignore-this-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Restore
run: dotnet restore ../
- name: Verify Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ignore-this-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Git Config
run: |-
git config --global user.email "github-bot@duendesoftware.com"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: List files
run: tree
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/introspection-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Restore
run: dotnet restore ../
- name: Verify Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/introspection-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: Git Config
run: |-
git config --global user.email "github-bot@duendesoftware.com"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
dotnet-version: |-
8.0.414
9.0.305
10.0.100
10.0.200
- name: List files
run: tree
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<ExtensionsVersion>10.0.0</ExtensionsVersion>
<ExtensionsVersion>10.0.4</ExtensionsVersion>
<WilsonVersion>[8.0.1,9.0.0)</WilsonVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
Expand All @@ -15,14 +15,14 @@
<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.3.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Duende.IdentityModel" Version="8.0.0-rc.1" />
<PackageVersion Include="Duende.IdentityModel" Version="8.0.0" />
<PackageVersion Include="Duende.IdentityServer" Version="7.4.0-preview.2" />
<PackageVersion Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(FrameworkVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(FrameworkVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="$(FrameworkVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="$(FrameworkVersion)" />
<PackageVersion Include="Microsoft.BCL.Memory" Version="$(ExtensionsVersion)" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="$(ExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Caching.Hybrid" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(ExtensionsVersion)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="$(ExtensionsVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<PackageReference Include="Duende.IdentityModel" />
<PackageReference Include="Microsoft.Bcl.Memory" />
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" />
<PackageReference Include="Microsoft.Extensions.Http" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"version": "10.0.200",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.Memory" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Duende.IdentityModel" />
<PackageReference Include="Microsoft.Bcl.Memory" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
</ItemGroup>
<!--Conditional Package references -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<PackageReference Include="Duende.IdentityModel" />
<PackageReference Include="Microsoft.Bcl.Memory" />
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" />
</ItemGroup>
</Project>
Loading