Skip to content

Commit

Permalink
added new 4 task types
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Jan 15, 2023
1 parent 973a2ca commit 33377a4
Show file tree
Hide file tree
Showing 56 changed files with 229 additions and 6,931 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/.vs
**/bin
**/obj
**/.runsettings
**/CapSolver.Tests/Properties
2 changes: 1 addition & 1 deletion CapSolver.Tests/CapSolver.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
1 change: 1 addition & 0 deletions CapSolver.Tests/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
global using Xunit;
global using System;
global using CapSolver;
global using CapSolver.Tasks;
global using CapSolver.Models.Responses;
Expand Down
Binary file not shown.
166 changes: 0 additions & 166 deletions CapSolver.Tests/obj/CapSolver.Tests.csproj.nuget.dgspec.json

This file was deleted.

25 changes: 0 additions & 25 deletions CapSolver.Tests/obj/CapSolver.Tests.csproj.nuget.g.props

This file was deleted.

9 changes: 0 additions & 9 deletions CapSolver.Tests/obj/CapSolver.Tests.csproj.nuget.g.targets

This file was deleted.

166 changes: 0 additions & 166 deletions CapSolver.Tests/obj/CaptchaAI.Tests.csproj.nuget.dgspec.json

This file was deleted.

Loading

0 comments on commit 33377a4

Please sign in to comment.