diff --git a/GettingStartedGuides/WinForms_GettingStarted/Form1.Designer.cs b/GettingStartedGuides/WinForms_GettingStarted/Form1.Designer.cs index b0097cda..2fdf3dd7 100644 --- a/GettingStartedGuides/WinForms_GettingStarted/Form1.Designer.cs +++ b/GettingStartedGuides/WinForms_GettingStarted/Form1.Designer.cs @@ -41,7 +41,6 @@ private void InitializeComponent() this.webView.Size = new System.Drawing.Size(800, 424); this.webView.Source = new System.Uri("https://microsoft.com", System.UriKind.Absolute); this.webView.TabIndex = 0; - this.webView.Text = "webView21"; this.webView.ZoomFactor = 1D; this.webView.Click += new System.EventHandler(this.webView21_Click); // diff --git a/GettingStartedGuides/WinForms_GettingStarted/WinForms_GettingStarted.csproj b/GettingStartedGuides/WinForms_GettingStarted/WinForms_GettingStarted.csproj index 5ec76388..af3e4a14 100644 --- a/GettingStartedGuides/WinForms_GettingStarted/WinForms_GettingStarted.csproj +++ b/GettingStartedGuides/WinForms_GettingStarted/WinForms_GettingStarted.csproj @@ -35,14 +35,14 @@ 4 - - packages\Microsoft.Web.WebView2.0.9.579-prerelease\lib\net462\Microsoft.Web.WebView2.Core.dll + + packages\Microsoft.Web.WebView2.1.0.2957.106\lib\net462\Microsoft.Web.WebView2.Core.dll - - packages\Microsoft.Web.WebView2.0.9.579-prerelease\lib\net462\Microsoft.Web.WebView2.WinForms.dll + + packages\Microsoft.Web.WebView2.1.0.2957.106\lib\net462\Microsoft.Web.WebView2.WinForms.dll - - packages\Microsoft.Web.WebView2.0.9.579-prerelease\lib\net462\Microsoft.Web.WebView2.Wpf.dll + + packages\Microsoft.Web.WebView2.1.0.2957.106\lib\net462\Microsoft.Web.WebView2.Wpf.dll @@ -92,11 +92,11 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GettingStartedGuides/WinForms_GettingStarted/packages.config b/GettingStartedGuides/WinForms_GettingStarted/packages.config index 627ed502..c3938873 100644 --- a/GettingStartedGuides/WinForms_GettingStarted/packages.config +++ b/GettingStartedGuides/WinForms_GettingStarted/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file