Skip to content

Commit 10077ec

Browse files
authored
Merge pull request #4 from w-ahmad/package-update
Update Microsoft.AspNetCore.Components.WebView package version
2 parents 1e54e33 + 377cab3 commit 10077ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>

0 commit comments

Comments
 (0)