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 35ab287 commit d5582b8Copy full SHA for d5582b8
GettingStartedGuides/WPF_GettingStarted/WPFSample.csproj
@@ -1,13 +1,13 @@
1
-<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2
-
3
- <PropertyGroup>
4
- <OutputType>WinExe</OutputType>
5
- <TargetFramework>netcoreapp3.1</TargetFramework>
6
- <UseWPF>true</UseWPF>
7
- </PropertyGroup>
8
9
- <ItemGroup>
10
- <PackageReference Include="Microsoft.Web.WebView2" Version="0.9.538-prerelease" />
11
- </ItemGroup>
12
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <UseWPF>true</UseWPF>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Web.WebView2" Version="0.9.579-prerelease" />
+ </ItemGroup>
13
</Project>
0 commit comments