Skip to content

Commit d07af4c

Browse files
authored
NET 6.0.19, 7.0.8 (#13900)
1 parent 71aef4a commit d07af4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/OrchardCore.Build/Dependencies.AspNetCore.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<!-- These versions are used for the NuGet packages that are dependent on the current TFM -->
2121
<!-- Versions are preset for the default TFM (there may be no TFM in an evaluation phase) -->
2222
<PropertyGroup>
23-
<AspNetCorePackagesVersion>7.0.7</AspNetCorePackagesVersion>
24-
<MicrosoftExtensionsPackagesVersion>7.0.7</MicrosoftExtensionsPackagesVersion>
23+
<AspNetCorePackagesVersion>7.0.8</AspNetCorePackagesVersion>
24+
<MicrosoftExtensionsPackagesVersion>7.0.8</MicrosoftExtensionsPackagesVersion>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="$(TargetFramework) == 'net6.0'">
28-
<AspNetCorePackagesVersion>6.0.18</AspNetCorePackagesVersion>
29-
<MicrosoftExtensionsPackagesVersion>6.0.18</MicrosoftExtensionsPackagesVersion>
28+
<AspNetCorePackagesVersion>6.0.19</AspNetCorePackagesVersion>
29+
<MicrosoftExtensionsPackagesVersion>6.0.19</MicrosoftExtensionsPackagesVersion>
3030
</PropertyGroup>
3131

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

0 commit comments

Comments
 (0)