Skip to content

Commit

Permalink
Fix version mismatch in nuspec dependencies
Browse files Browse the repository at this point in the history
This was missed in #6146 (d63ed2a)
  • Loading branch information
bdukes committed Oct 29, 2024
1 parent cecd7e6 commit 6e099e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Build/Tools/NuGet/DotNetNuke.Web.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<dependency id="DotNetNuke.Web" version="$version$" />
<dependency id="DotNetNuke.Web.Client" version="$version$" />
<dependency id="DotNetNuke.WebApi" version="$version$" />
<dependency id="Microsoft.AspNet.Mvc" version="5.2.9" />
<dependency id="Microsoft.AspNet.Razor" version="3.2.9" />
<dependency id="Microsoft.AspNet.WebPages" version="3.2.9" />
<dependency id="Microsoft.AspNet.Mvc" version="5.3.0" />
<dependency id="Microsoft.AspNet.Razor" version="3.3.0" />
<dependency id="Microsoft.AspNet.WebPages" version="3.3.0" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Build/Tools/NuGet/DotNetNuke.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<copyright>Copyright (c) .NET Foundation and Contributors, All Rights Reserved.</copyright>
<dependencies>
<dependency id="DotNetNuke.Core" version="$version$" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.9" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.3.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Build/Tools/NuGet/DotNetNuke.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</description>
<copyright>Copyright (c) .NET Foundation and Contributors, All Rights Reserved.</copyright>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.9" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.9" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.3.0" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="6.0.0" />
<dependency id="NewtonSoft.Json" version="13.0.3" />
<dependency id="DotNetNuke.Web" version="$version$" />
</dependencies>
Expand Down

0 comments on commit 6e099e0

Please # to comment.