From 45194601526968795c9c1507caf94dd165015db5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Kelly" Date: Tue, 31 Mar 2020 09:22:38 -0700 Subject: [PATCH 1/2] Converted WinForms and WPF project files to use new csproj format. Added netcoreapp3.1 as a TargetFramework --- .../Auth0.OidcClient.WPF.csproj | 85 ++----------------- .../Auth0.OidcClient.WinForms.csproj | 65 ++------------ 2 files changed, 16 insertions(+), 134 deletions(-) diff --git a/src/Auth0.OidcClient.WPF/Auth0.OidcClient.WPF.csproj b/src/Auth0.OidcClient.WPF/Auth0.OidcClient.WPF.csproj index c8a0bf26..49b6a9aa 100644 --- a/src/Auth0.OidcClient.WPF/Auth0.OidcClient.WPF.csproj +++ b/src/Auth0.OidcClient.WPF/Auth0.OidcClient.WPF.csproj @@ -1,105 +1,36 @@ - - - + - Debug - AnyCPU - {F5F9BBD8-0BC0-415C-9DF1-D830699B00C4} + net462;netcoreapp3.1 library - Properties Auth0.OidcClient Auth0.OidcClient - v4.6.2 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - + false + true - true - full - false - bin\Debug\ TRACE;DEBUG;WPF - prompt - 4 + net462;netcoreapp3.1 - pdbonly - true - bin\Release\ TRACE;WPF - prompt - 4 bin\Release\Auth0.OidcClient.xml true ..\..\build\Auth0OidcClientStrongName.snk + net462;netcoreapp3.1 - - - - - - 4.0 - - - - - - - - MSBuild:Compile - Designer - - - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - {1f79db59-f3a8-45b7-972b-ecd15259d1c9} - Auth0.OidcClient.Core - + 3.1.2 + 6.0.0 - - \ No newline at end of file diff --git a/src/Auth0.OidcClient.WinForms/Auth0.OidcClient.WinForms.csproj b/src/Auth0.OidcClient.WinForms/Auth0.OidcClient.WinForms.csproj index 3ecf0f4e..f2172b7d 100644 --- a/src/Auth0.OidcClient.WinForms/Auth0.OidcClient.WinForms.csproj +++ b/src/Auth0.OidcClient.WinForms/Auth0.OidcClient.WinForms.csproj @@ -1,85 +1,36 @@ - - - + - Debug - AnyCPU - {34085D04-7E7B-4A5E-8377-D3995983919E} + net462;netcoreapp3.1 Library - Properties Auth0.OidcClient Auth0.OidcClient - v4.6.2 - 512 - - - + false + true - true - full - false - bin\Debug\ TRACE;DEBUG;WINFORMS - prompt - 4 + net462;netcoreapp3.1 - pdbonly - true - bin\Release\ TRACE;WINFORMS - prompt - 4 bin\Release\Auth0.OidcClient.xml true ..\..\build\Auth0OidcClientStrongName.snk + net462;netcoreapp3.1 app.manifest - - - - - - - - - - - - - Component - - - - - - - - - - - {1f79db59-f3a8-45b7-972b-ecd15259d1c9} - Auth0.OidcClient.Core - + 3.1.2 + 6.0.0 - - \ No newline at end of file From 56e7e3511d7c54dbb9ef37c3a30ddb5e1940e927 Mon Sep 17 00:00:00 2001 From: "Kevin M. Kelly" Date: Tue, 31 Mar 2020 09:23:00 -0700 Subject: [PATCH 2/2] Modified WPF and WinForms nuspec files to support .NET Core 3.1 --- nuget/Auth0.OidcClient.WPF.nuspec | 15 ++++++++++++--- nuget/Auth0.OidcClient.WinForms.nuspec | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index 56995c03..aa6d90cb 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WPF - 3.1.3 + 3.1.4 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for WPF apps + Version 3.1.4 + - Now supports .NET Core 3.1 projects + Version 3.1.3 - WPF version is now actually strong-named. @@ -75,11 +78,17 @@ + + + + - - + + + + \ No newline at end of file diff --git a/nuget/Auth0.OidcClient.WinForms.nuspec b/nuget/Auth0.OidcClient.WinForms.nuspec index a75e9c54..c2406941 100644 --- a/nuget/Auth0.OidcClient.WinForms.nuspec +++ b/nuget/Auth0.OidcClient.WinForms.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WinForms - 3.1.2 + 3.1.3 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for WinForms apps + Version 3.1.3 + - Now supports .NET Core 3.1 projects + Version 3.1.2 - Allow ID tokens "issued at" (iat) claims from "the future" to allow slow local clocks on mobile and desktop devices. @@ -74,11 +77,17 @@ + + + + - - + + + + \ No newline at end of file