Skip to content

Commit e87cb85

Browse files
committed
Revert "Use 579 for testing purposes"
This reverts commit 8b42389.
1 parent 254835a commit e87cb85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SampleApps/WebView2APISample/WebView2APISample.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,13 @@
463463
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
464464
<ImportGroup Label="ExtensionTargets">
465465
<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')" />
466-
<Import Project="..\packages\Microsoft.Web.WebView2.0.9.579-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.0.9.579-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
466+
<Import Project="..\packages\Microsoft.Web.WebView2.0.9.628-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.0.9.628-prerelease\build\native\Microsoft.Web.WebView2.targets')" />
467467
</ImportGroup>
468468
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
469469
<PropertyGroup>
470470
<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>
471471
</PropertyGroup>
472472
<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'))" />
473-
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.0.9.579-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.0.9.579-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
473+
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.0.9.628-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.0.9.628-prerelease\build\native\Microsoft.Web.WebView2.targets'))" />
474474
</Target>
475475
</Project>

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="0.9.579-prerelease" />
13+
<PackageReference Include="Microsoft.Web.WebView2" Version="0.9.628-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="0.9.579-prerelease" />
14+
<PackageReference Include="Microsoft.Web.WebView2" Version="0.9.628-prerelease" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)