Skip to content

Commit

Permalink
Merge pull request #3526 from MarimerLLC/dependabot/nuget/Source/Micr…
Browse files Browse the repository at this point in the history
…osoft.AspNet.Mvc-5.3.0

Bump Microsoft.AspNet.Mvc from 5.2.9 to 5.3.0 in /Source
  • Loading branch information
rockfordlhotka authored Oct 25, 2023
2 parents c751d57 + 1062435 commit d0e34f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Csla.Web.Mvc5.Net4.6/Csla.Web.Mvc5-Net4.6.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net462</TargetFramework>
Expand All @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Source/Csla.Web.Mvc5.Net4.6/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net462" userInstalled="true" />
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net462" userInstalled="true" />
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net462" userInstalled="true" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net462" userInstalled="true" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.9" targetFramework="net462" />
Expand Down

0 comments on commit d0e34f8

Please sign in to comment.