File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
<PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
33
33
<PackageVersion Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
34
34
<PackageVersion Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
35
- <PackageVersion Include =" System.Text.Json" Version =" 8.0.3 " />
35
+ <PackageVersion Include =" System.Text.Json" Version =" 8.0.4 " />
36
36
<PackageVersion Include =" Verify.Xunit" Version =" 25.3.1" />
37
37
<PackageVersion Include =" xunit" Version =" 2.9.0" />
38
38
<PackageVersion Include =" xunit.runner.console" Version =" 2.9.0" />
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.31 " />
52
+ <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 6.0.32 " />
53
53
</ItemGroup >
54
54
<ItemGroup Condition =" $(TargetFramework.StartsWith('net8'))" >
55
- <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 8.0.6 " />
55
+ <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 8.0.7 " />
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.302 " ,
3
+ "version" : " 8.0.303 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments