Skip to content
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

Fix versions of dependencies in Nuget spec files #5028

Merged
merged 1 commit into from
Feb 28, 2022
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
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.1.3" />
<dependency id="Microsoft.AspNet.Razor" version="3.1.2" />
<dependency id="Microsoft.AspNet.WebPages" version="3.1.2" />
<dependency id="Microsoft.AspNet.Mvc" version="5.2.7" />
<dependency id="Microsoft.AspNet.Razor" version="3.2.7" />
<dependency id="Microsoft.AspNet.WebPages" version="3.2.7" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
</dependencies>
</metadata>
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.3" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.7" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.7" />
<dependency id="NewtonSoft.Json" version="10.0.3" />
<dependency id="DotNetNuke.Web" version="$version$" />
</dependencies>
Expand Down