We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb89d3 commit bb66cd5Copy full SHA for bb66cd5
1 file changed
src/Codebreaker.WinUI/Codebreaker.WinUI.csproj
@@ -59,6 +59,8 @@
59
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
60
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.25936-preview" />
61
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
62
+ <PackageReference Include="System.Net.Http" Version="4.3.4" />
63
+ <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
64
<PackageReference Include="WinUIEx" Version="2.3.2" />
65
</ItemGroup>
66
<ItemGroup>
0 commit comments