We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28f571 commit 43ebfb3Copy full SHA for 43ebfb3
src/OrchardCore.Build/Dependencies.AspNetCore.props
@@ -17,8 +17,8 @@
17
18
<!-- These versions are used for the NuGet packages that are dependent on the current TFM (default = net6.0) -->
19
<PropertyGroup>
20
- <AspNetCorePackagesVersion>6.0.5</AspNetCorePackagesVersion>
21
- <MicrosoftExtensionsPackagesVersion>6.0.5</MicrosoftExtensionsPackagesVersion>
+ <AspNetCorePackagesVersion>6.0.6</AspNetCorePackagesVersion>
+ <MicrosoftExtensionsPackagesVersion>6.0.6</MicrosoftExtensionsPackagesVersion>
22
</PropertyGroup>
23
24
<!-- 'Microsoft.AspNetCore' packages that are not included in the ASP.NET Core shared framework -->
0 commit comments