File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
<PackageVersion Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
50
50
</ItemGroup >
51
51
<ItemGroup Condition =" $(TargetFramework.StartsWith('net6'))" >
52
- <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 6.0.30 " />
52
+ <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 6.0.31 " />
53
53
</ItemGroup >
54
54
<ItemGroup Condition =" $(TargetFramework.StartsWith('net8'))" >
55
- <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 8.0.5 " />
55
+ <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 8.0.6 " />
56
56
<PackageVersion Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
57
57
<PackageVersion Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
58
58
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.10 " ,
3
+ "version" : " 8.0.300 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments