File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj /p:Configuration=Release
2626
2727 - name : Upload artifacts
28- uses : actions/upload-artifact@v1
28+ uses : actions/upload-artifact@v4
2929 with :
3030 name : NuGet Packages
3131 path : artifacts\NuGet\Release
Original file line number Diff line number Diff line change 2929
3030 <ItemGroup >
3131 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.4.230913002" />
32- <PackageReference Include =" Microsoft.AspNetCore.Components.WebView" />
32+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebView" Version = " 6.0.36 " />
3333 <PackageReference Include =" CommunityToolkit.WinUI.Extensions" Version =" 8.0.230907" />
3434 </ItemGroup >
3535</Project >
You can’t perform that action at this time.
0 commit comments