Skip to content

Commit

Permalink
Update 7.0.12 & 6.0.23 (#14478)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Oct 11, 2023
1 parent 677e5b1 commit f35cd8b
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 @@ -20,13 +20,13 @@
<!-- These versions are used for the NuGet packages that are dependent on the current TFM -->
<!-- Versions are preset for the default TFM (there may be no TFM in an evaluation phase) -->
<PropertyGroup>
<AspNetCorePackagesVersion>7.0.11</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.11</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>7.0.12</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.12</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

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

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

0 comments on commit f35cd8b

Please sign in to comment.