Skip to content

Commit

Permalink
NET 6.0.22, 7.0.11 (#14320)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Sep 12, 2023
1 parent adb1f21 commit cd519f5
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.10</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.10</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>7.0.11</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>7.0.11</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

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

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

0 comments on commit cd519f5

Please sign in to comment.