File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 steps :
2525 # uses GitHub's checkout action to checkout code form the release branch
2626 - name : Checkout code
27- uses : actions/checkout@v4.2.2
27+ uses : actions/checkout@v5.0.0
2828
2929 # sets up .NET SDK
3030 - name : Setup .NET
Original file line number Diff line number Diff line change 2121 steps :
2222 # uses GitHub's checkout action to checkout code form the main branch
2323 - name : Checkout code
24- uses : actions/checkout@v4.2.2
24+ uses : actions/checkout@v5.0.0
2525
2626 # sets up .NET SDK
2727 - name : Setup .NET
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.7 " />
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.7 " PrivateAssets =" all" />
16- <PackageReference Include =" MudBlazor" Version =" 8.10 .0" />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.8 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9.0.8 " PrivateAssets =" all" />
16+ <PackageReference Include =" MudBlazor" Version =" 8.11 .0" />
1717 </ItemGroup >
1818
1919</Project >
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMinor" ,
5- "version" : " 9.0.303 "
5+ "version" : " 9.0.304 "
66 }
77}
You can’t perform that action at this time.
0 commit comments