Skip to content

Commit 20e62df

Browse files
committed
Add System.ValueTuple nuget package to fix the issue with build.
1 parent 5c2e72b commit 20e62df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
</ItemGroup>
4242
<ItemGroup>
4343
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1414-prerelease" />
44+
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
4445
</ItemGroup>
4546
</Project>

0 commit comments

Comments
 (0)