Skip to content

Commit

Permalink
Merge pull request #150 from progdogusmc/master
Browse files Browse the repository at this point in the history
Fixed incorrect .NET Core 3.1 dependency in NuGet package
  • Loading branch information
lbalmaceda authored May 12, 2020
2 parents f260de8 + 4a592e5 commit 7280aa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuget/Auth0.OidcClient.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 3.1.5
- Fixed incorrect dependency in .NET Core 3.1 version

Version 3.1.4
- Now supports .NET Core 3.1 projects

Expand Down Expand Up @@ -80,7 +83,7 @@
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.1.2" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.0.0"/>
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.0.0"/>
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 7280aa0

Please sign in to comment.