Skip to content

Commit

Permalink
Update .NET 7.0.14 & .NET 6.0.25 (#14689)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Nov 14, 2023
1 parent b26b5c5 commit ba97ebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OrchardCore.Build/Dependencies.AspNetCore.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework) == 'net7.0'">
<AspNetCorePackagesVersion>7.0.13</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.13</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>7.0.14</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.14</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework) == 'net6.0'">
<AspNetCorePackagesVersion>6.0.24</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>6.0.24</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>6.0.25</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>6.0.25</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

<!-- 'Microsoft.AspNetCore' packages that are not included in the ASP.NET Core shared framework -->
Expand Down

0 comments on commit ba97ebc

Please sign in to comment.