Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
branches:
- "main" # Trigger the workflow on pushes to the main branch
pull_request:
branches:
- "main" # Trigger the workflow on pull requests to the main branch
release:
types:
- published # Run the workflow when a new GitHub release is published
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<!-- Runtime Dependencies -->
<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.4.0" />
<PackageVersion Include="AngleSharp" Version="1.5.2" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="9.0.14" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />
<PackageVersion Include="TheAppManager" Version="2.0.0" />
Expand Down
Loading