Skip to content

Commit

Permalink
Add dependency Microsoft.Web.WebView2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Oct 6, 2024
1 parent 2cf9ef7 commit 94abe90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rebound/Rebound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />
<PackageReference Include="Ivirius.UI.Controls" Version="0.2.0-prerelease" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
Expand Down
1 change: 1 addition & 0 deletions Run/Rebound.Run.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.3" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
Expand Down
1 change: 1 addition & 0 deletions SysInfo/Rebound.SysInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<ItemGroup>
<Manifest Include="$(ApplicationManifest)" />
<PackageReference Include="Ivirius.UI.Controls" Version="0.1.1-prerelease" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
Expand Down
1 change: 1 addition & 0 deletions TrustedPlatform/Rebound.TrustedPlatform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<PackageReference Include="CommunityToolkit.WinUI.Helpers" Version="8.0.240109" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
Expand Down

0 comments on commit 94abe90

Please sign in to comment.