Skip to content

Commit

Permalink
.NET 8.0.0 (#14688)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Nov 14, 2023
1 parent 8dea502 commit b6baeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OrchardCore.Build/Dependencies.AspNetCore.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<!-- 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>8.0.0-rc.2.23480.2</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>8.0.0-rc.2.23480.2</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>8.0.0</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>8.0.0</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework) == 'net7.0'">
Expand Down

0 comments on commit b6baeae

Please sign in to comment.