chore: update package versions and package references

- Bumped Microsoft.Extensions.Logging packages to version 9.0.9 across all projects.
- Updated aeqw89.Beam project version to 2.1.4.
- Added new transitive package references, including Microsoft.Recognizers.Text.Number, Microsoft.Playwright, EntityFramework, and others.
- Commented out or removed Beam.Temporary.Cli references.
- Enhanced package structure by rearranging content includes and cleaning up redundant package references.
This commit is contained in:
qwsdcvghyu89
2025-09-24 15:14:30 +10:00
parent 7ed05abdb8
commit 67c6a46b09
5 changed files with 65 additions and 82 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
<PackageReference Include="Selenium.WebDriver" Version="4.34.0" />
</ItemGroup>
<ItemGroup>