Skip to content

Commit 0fd9b37

Browse files
author
Jani Giannoudis
committed
updated webview nuget
updated verion to 0.9.0-beta.5
1 parent df75d5f commit 0fd9b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Version>0.9.0-beta.4</Version>
5+
<Version>0.9.0-beta.5</Version>
66
<FileVersion>0.9.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>

Windows/PayrollEngine.AdminApp.Windows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="9.0.40" />
19+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="9.0.50" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.3" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />

0 commit comments

Comments
 (0)