Skip to content

Commit 847363f

Browse files
committed
Move projects to use latest WebView2 SDK 1.0.707-prerelease
1 parent e68a8e1 commit 847363f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

SampleApps/WebView2APISample/WebView2APISample.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,13 @@
502502
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
503503
<ImportGroup Label="ExtensionTargets">
504504
<Import Project="..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
505-
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.674-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.674-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
505+
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.707-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.707-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
506506
</ImportGroup>
507507
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
508508
<PropertyGroup>
509509
<ErrorText>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}.</ErrorText>
510510
</PropertyGroup>
511511
<Error Condition="!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
512-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.674-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.674-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
512+
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.707-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.707-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
513513
</Target>
514514
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Web.WebView2" version="1.0.674-prerelease" targetFramework="native" />
3+
<package id="Microsoft.Web.WebView2" version="1.0.707-prerelease" targetFramework="native" />
44
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.191107.2" targetFramework="native" />
55
</packages>

SampleApps/WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<Configurations>Debug;Release;Win7 Release;Win7 Debug</Configurations>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.674-prerelease" />
13+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.707-prerelease" />
1414
</ItemGroup>
1515
</Project>

SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<Configurations>Debug;Release;Win7 Release;Win7 Debug</Configurations>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.674-prerelease" />
14+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.707-prerelease" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)