We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aaf40 commit 8d5aaeeCopy full SHA for 8d5aaee
src/shell/dotnet/Shell/Shell.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
20
- <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1462.37" />
+ <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1823.32" />
21
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
22
</ItemGroup>
23
0 commit comments