Skip to content

Commit

Permalink
Merge pull request #11 from Taiizor/dependabot/nuget/Microsoft.AspNet…
Browse files Browse the repository at this point in the history
…Core.Components.WebView.Wpf-8.0.0.pre.preview.star

Update Microsoft.AspNetCore.Components.WebView.Wpf requirement from 8.0.0-preview.6.* to 8.0.0.pre.preview.*
  • Loading branch information
Taiizor authored Jul 24, 2023
2 parents e4824e3 + f9bc3b7 commit ef8a1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Portal/BlazorWpf1/BlazorWpf1.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="8.0.0-preview.6.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="8.0.0.pre.preview.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-preview.6.23329.7" />
</ItemGroup>

Expand Down

0 comments on commit ef8a1c8

Please sign in to comment.