Files
Beam/Beam.Stealth/Beam.Stealth.csproj
T
qwsdcvghyu89 67c6a46b09 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.
2025-09-24 15:14:30 +10:00

15 lines
577 B
XML

<?xml version='1.0' encoding='utf-8'?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
<PackageReference Include="Selenium.WebDriver" Version="4.34.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Beam.Downloaders\Beam.Downloaders.csproj" />
</ItemGroup>
</Project>