Skip to content

Commit

Permalink
Update .NET Framework version to 6.0.2 (#11151)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Feb 8, 2022
1 parent 281ec5a commit c44df0f
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 @@ -17,8 +17,8 @@

<!-- These versions are used for the NuGet packages that are dependent on the current TFM (default = net6.0) -->
<PropertyGroup>
<AspNetCorePackagesVersion>6.0.1</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>6.0.1</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>6.0.2</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>6.0.2</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

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

0 comments on commit c44df0f

Please sign in to comment.