Skip to content

Update NuGet packages in all projects #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\LicenseKey.cs" Link="LicenseKey.cs" />
<Compile Include="..\..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.0.0" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="6.0.0" />

<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.6" />
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="8.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 5 additions & 6 deletions DuendeIdentityServer/DuendeIdP/DuendeIdP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\LicenseKey.cs" Link="LicenseKey.cs" />
<Compile Include="..\..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.0.0" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="6.0.0" />

<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.6" />
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="8.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion DuendeIdentityServer/SLO/SamlOidcSLO/Common/Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>38ced442-cf32-4289-bb08-57d4a78831b3</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.ReCaptcha" Version="1.7.0" />
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.2.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.4" />
<PackageReference Include="Duende.IdentityServer.EntityFramework" Version="6.3.6" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="6.0.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.25" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="6.0.25" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.25" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.90" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="7.0.3" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer.EntityFramework" Version="7.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.4" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.120" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer" Version="8.0.0" />
<PackageReference Include="Rsk.Saml.DuendeIdentityServer.EntityFramework" Version="8.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.25" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.MSSqlServer" Version="6.3.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.10.2" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.2" />
<PackageReference Include="System.ServiceModel.Http" Version="6.1.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\testclient.cer">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>WebClient</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.13" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.22.0" />
<PackageReference Include="Rsk.Saml" Version="5.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.25" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.0.3" />
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>WebClient</RootNamespace>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>
<Compile Include="..\..\..\..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.1" />
<PackageReference Include="Rsk.Saml" Version="6.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.25"/>
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>WebClient</RootNamespace>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\..\LicenseKey.cs" Link="LicenseKey.cs" />
<Compile Include="..\..\..\..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.1" />
<PackageReference Include="Rsk.Saml" Version="6.0.0-preview1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.25"/>
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="testclient.pfx">
<ItemGroup> <None Update="testclient.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions IdentityServer4/idp/idp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="IdentityServer4" Version="4.1.2" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.0.0" />
<PackageReference Include="Rsk.Saml" Version="5.4.1" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.3.1" />

<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
Expand Down
8 changes: 4 additions & 4 deletions IdentityServer4/idpWithEf/idpWithEf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

<ItemGroup>
<PackageReference Include="IdentityServer4" Version="4.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.21" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.IdentityServer4.EntityFramework" Version="4.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.32" />
<PackageReference Include="Rsk.Saml" Version="5.4.1" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.3.1" />
<PackageReference Include="Rsk.Saml.IdentityServer4.EntityFramework" Version="4.0.1" />

<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="IdentityServer4" Version="4.1.2" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.0.0" />
<PackageReference Include="Rsk.Saml" Version="5.4.1" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.3.1" />

<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions IdentityServer4/sp/sp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="IdentityServer4" Version="4.1.2" />
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.0.0" />
<PackageReference Include="Rsk.Saml" Version="5.4.1" />
<PackageReference Include="Rsk.Saml.IdentityServer4" Version="5.3.1" />

<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
Expand Down
28 changes: 14 additions & 14 deletions OpenIddict/OpenIddictIdP/OpenIddictIdP.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
</PropertyGroup>

Expand All @@ -11,23 +11,23 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.12" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Rsk.Saml.OpenIddict.AspNetCore.Identity" Version="8.0.0-preview1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.25" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Rsk.Saml.OpenIddict.AspNetCore.Identity" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="all" Version="7.0.12" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="all" Version="6.0.25" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.16" />
<PackageReference Include="OpenIddict.Quartz" Version="4.9.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.6.3" />
<PackageReference Include="Rsk.Saml.OpenIddict" Version="8.0.0-preview1" />
<PackageReference Include="Rsk.Saml.OpenIddict.EntityFrameworkCore" Version="8.0.0-preview1" />
<PackageReference Include="Rsk.Saml.OpenIddict.Quartz" Version="1.0.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.7.0" />
<PackageReference Include="Rsk.Saml.OpenIddict" Version="8.0.0" />
<PackageReference Include="Rsk.Saml.OpenIddict.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Rsk.Saml.OpenIddict.Quartz" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
19 changes: 7 additions & 12 deletions OpenIddict/OpenIddictIdP/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
using Rsk.Saml.Configuration;
using Rsk.Saml.OpenIddict.AspNetCore.Identity.Configuration.DependencyInjection;
using Rsk.Saml.OpenIddict.Configuration.DependencyInjection;
using Rsk.Saml.OpenIddict.EntityFrameworkCore.Configuration.DependacyInjection;
using openiddictidp.Data;
using Rsk.Saml.Samples;
using Rsk.Saml.OpenIddict.EntityFrameworkCore.Configuration.DependencyInjection;
using static OpenIddict.Abstractions.OpenIddictConstants;

namespace openiddictidp;
Expand Down Expand Up @@ -120,20 +120,15 @@ public void ConfigureServices(IServiceCollection services)
{
//use quartz to prune old SAML messages every 14 days.
builder.PruneSamlMessages();
builder.PruneSamlArtifacts();

//Already added the DbContext above
builder.UseSamlEntityFrameworkCore()
.AddSamlMessageDbContext(optionsBuilder =>
{
//Configure the database provider to use.
optionsBuilder.UseSqlServer(defaultConnectionString, x =>x.MigrationsAssembly(typeof(Startup).Assembly.FullName));
})
.AddSamlConfigurationDbContext(optionsBuilder =>
{
//Configure the database provider to use.
optionsBuilder.UseSqlServer(defaultConnectionString,
x => x.MigrationsAssembly(typeof(Startup).Assembly.FullName));
});
.AddSamlDbContexts(optionsBuilder =>
{
//Configure the database provider to use.
optionsBuilder.UseSqlServer(defaultConnectionString, x => x.MigrationsAssembly(typeof(Startup).Assembly.FullName));
});

builder.ConfigureSamlOpenIddictServerOptions(serverOptions =>
{
Expand Down
6 changes: 3 additions & 3 deletions spWithIdpInitiated/spWithIdpInitiated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="..\LicenseKey.cs" Link="LicenseKey.cs" />
<Compile Include="..\LicenseKey.cs" Link="LicenseKey.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rsk.Saml" Version="5.0.0" />
</ItemGroup>
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="idsrv3test.cer">
Expand Down
4 changes: 2 additions & 2 deletions spWithMultipleIdps/spWithMultipleIdps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rsk.Saml" Version="6.0.0" />
</ItemGroup>
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="idsrv3test.cer">
Expand Down
2 changes: 1 addition & 1 deletion spWithSingleIdp/spWithSingleIdp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Rsk.Saml" Version="6.0.0" />
<PackageReference Include="Rsk.Saml" Version="8.0.0" />
</ItemGroup>

</Project>