File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<!-- These versions are used for the NuGet packages that are dependent on the current TFM -->
21
21
<!-- Versions are preset for the default TFM (there may be no TFM in an evaluation phase) -->
22
22
<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 >
25
25
</PropertyGroup >
26
26
27
27
<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 >
30
30
</PropertyGroup >
31
31
32
32
<!-- 'Microsoft.AspNetCore' packages that are not included in the ASP.NET Core shared framework -->
You can’t perform that action at this time.
0 commit comments