Soenneker.Blazor.Turnstile 2.1.162

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Turnstile --version 2.1.162                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.162                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Turnstile" Version="2.1.162" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Turnstile --version 2.1.162                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.162"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Turnstile as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.162

// Install Soenneker.Blazor.Turnstile as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.162                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Turnstile

A Blazor interop library for Cloudflare Turnstile

This library simplifies the integration of Cloudflare Turnstile into Blazor applications, providing access to options, methods, and events. A demo project showcasing common usages is included.

Please refer to the Cloudflare documentation for further details.

Installation

dotnet add package Soenneker.Blazor.Turnstile

1. Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
    services.AddTurnstile();
}

Usage

@using Soenneker.Blazor.Turnstile

<Turnstile @ref="_turnstile" OnCallback="OnCallback" Options="_options" ></Turnstile>

@code{
    private readonly TurnstileOptions _options = new()
    {
        SiteKey = "1x00000000000000000000AA" // Testing key
    };

    private void OnCallback(string token)
    {
        // Send this token to your server for validation
        Logger.LogInformation("OnCallback fired, token: {token}", token);
    }
}

⚠️ While 95%+ of the Cloudflare Turnstile JS has been implemented, there are a few features not yet supported. If you need assistance or want to request a new feature, please open an issue or submit a pull request.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.727 45 11/1/2024
2.1.726 26 11/1/2024
2.1.725 22 11/1/2024
2.1.724 31 11/1/2024
2.1.723 27 11/1/2024
2.1.722 29 11/1/2024
2.1.721 25 11/1/2024
2.1.720 24 11/1/2024
2.1.719 28 11/1/2024
2.1.718 30 11/1/2024
2.1.717 29 11/1/2024
2.1.716 28 11/1/2024
2.1.715 80 10/29/2024
2.1.714 58 10/29/2024
2.1.713 57 10/29/2024
2.1.712 55 10/29/2024
2.1.711 61 10/29/2024
2.1.710 62 10/29/2024
2.1.709 66 10/29/2024
2.1.706 54 10/29/2024
2.1.705 57 10/29/2024
2.1.704 59 10/29/2024
2.1.702 58 10/29/2024
2.1.701 55 10/29/2024
2.1.700 59 10/29/2024
2.1.699 58 10/29/2024
2.1.698 58 10/29/2024
2.1.697 52 10/29/2024
2.1.696 54 10/29/2024
2.1.695 65 10/29/2024
2.1.694 63 10/29/2024
2.1.693 56 10/29/2024
2.1.692 57 10/29/2024
2.1.691 62 10/29/2024
2.1.690 67 10/29/2024
2.1.689 61 10/29/2024
2.1.688 72 10/28/2024
2.1.687 63 10/28/2024
2.1.686 70 10/28/2024
2.1.685 62 10/28/2024
2.1.684 148 10/26/2024
2.1.683 60 10/26/2024
2.1.682 57 10/26/2024
2.1.681 63 10/26/2024
2.1.680 65 10/26/2024
2.1.679 66 10/26/2024
2.1.678 61 10/26/2024
2.1.677 66 10/26/2024
2.1.676 99 10/23/2024
2.1.675 66 10/22/2024
2.1.674 62 10/22/2024
2.1.673 65 10/22/2024
2.1.672 60 10/22/2024
2.1.671 60 10/22/2024
2.1.670 64 10/22/2024
2.1.669 59 10/22/2024
2.1.668 66 10/22/2024
2.1.667 61 10/22/2024
2.1.666 61 10/22/2024
2.1.665 62 10/22/2024
2.1.664 63 10/22/2024
2.1.663 58 10/22/2024
2.1.662 76 10/22/2024
2.1.661 62 10/22/2024
2.1.660 62 10/22/2024
2.1.659 60 10/22/2024
2.1.658 54 10/22/2024
2.1.657 68 10/22/2024
2.1.656 55 10/22/2024
2.1.655 123 10/18/2024
2.1.654 97 10/18/2024
2.1.653 106 10/18/2024
2.1.652 100 10/18/2024
2.1.651 95 10/18/2024
2.1.650 94 10/18/2024
2.1.649 75 10/17/2024
2.1.648 73 10/17/2024
2.1.647 79 10/17/2024
2.1.646 72 10/17/2024
2.1.645 86 10/15/2024
2.1.644 65 10/15/2024
2.1.643 67 10/15/2024
2.1.642 69 10/15/2024
2.1.641 72 10/15/2024
2.1.640 73 10/15/2024
2.1.639 66 10/15/2024
2.1.638 70 10/15/2024
2.1.637 69 10/15/2024
2.1.636 70 10/14/2024
2.1.635 70 10/14/2024
2.1.634 72 10/12/2024
2.1.633 79 10/12/2024
2.1.632 75 10/12/2024
2.1.631 77 10/12/2024
2.1.630 69 10/12/2024
2.1.629 69 10/12/2024
2.1.628 78 10/12/2024
2.1.627 74 10/12/2024
2.1.626 70 10/12/2024
2.1.625 72 10/11/2024
2.1.624 72 10/11/2024
2.1.623 68 10/11/2024
2.1.622 83 10/11/2024
2.1.621 68 10/11/2024
2.1.620 74 10/11/2024
2.1.619 80 10/9/2024
2.1.618 73 10/9/2024
2.1.617 77 10/9/2024
2.1.616 75 10/9/2024
2.1.615 72 10/9/2024
2.1.614 71 10/9/2024
2.1.613 68 10/9/2024
2.1.612 67 10/9/2024
2.1.611 75 10/9/2024
2.1.610 75 10/9/2024
2.1.609 74 10/9/2024
2.1.608 66 10/9/2024
2.1.607 67 10/9/2024
2.1.606 69 10/9/2024
2.1.605 67 10/9/2024
2.1.604 72 10/9/2024
2.1.603 71 10/9/2024
2.1.602 75 10/9/2024
2.1.601 74 10/9/2024
2.1.600 72 10/9/2024
2.1.599 75 10/9/2024
2.1.598 71 10/8/2024
2.1.597 74 10/8/2024
2.1.596 63 10/8/2024
2.1.595 74 10/8/2024
2.1.594 73 10/8/2024
2.1.593 75 10/8/2024
2.1.592 74 10/8/2024
2.1.591 73 10/8/2024
2.1.590 67 10/8/2024
2.1.589 66 10/8/2024
2.1.588 76 10/8/2024
2.1.587 73 10/8/2024
2.1.586 114 10/4/2024
2.1.585 77 10/3/2024
2.1.584 75 10/3/2024
2.1.583 76 10/3/2024
2.1.582 76 10/3/2024
2.1.581 77 10/3/2024
2.1.580 70 10/3/2024
2.1.579 61 10/3/2024
2.1.578 79 10/3/2024
2.1.577 71 10/3/2024
2.1.576 73 10/3/2024
2.1.575 85 10/3/2024
2.1.574 76 10/3/2024
2.1.573 72 10/3/2024
2.1.572 71 10/3/2024
2.1.571 81 10/2/2024
2.1.570 82 10/2/2024
2.1.569 72 10/2/2024
2.1.568 73 10/2/2024
2.1.567 70 10/2/2024
2.1.566 81 10/2/2024
2.1.565 83 10/2/2024
2.1.564 72 10/2/2024
2.1.563 71 10/2/2024
2.1.562 76 10/2/2024
2.1.561 73 10/2/2024
2.1.560 76 10/2/2024
2.1.559 76 10/2/2024
2.1.558 74 10/2/2024
2.1.557 79 10/2/2024
2.1.556 80 10/1/2024
2.1.555 108 10/1/2024
2.1.554 86 10/1/2024
2.1.553 81 10/1/2024
2.1.552 75 10/1/2024
2.1.551 74 10/1/2024
2.1.550 76 10/1/2024
2.1.549 77 10/1/2024
2.1.548 72 10/1/2024
2.1.547 66 10/1/2024
2.1.546 72 10/1/2024
2.1.545 79 10/1/2024
2.1.544 74 10/1/2024
2.1.543 73 9/30/2024
2.1.542 85 9/30/2024
2.1.541 70 9/29/2024
2.1.540 70 9/29/2024
2.1.539 75 9/29/2024
2.1.538 78 9/29/2024
2.1.537 77 9/29/2024
2.1.536 77 9/29/2024
2.1.535 72 9/29/2024
2.1.534 80 9/29/2024
2.1.533 70 9/29/2024
2.1.532 77 9/29/2024
2.1.531 74 9/29/2024
2.1.530 77 9/29/2024
2.1.529 71 9/29/2024
2.1.528 80 9/29/2024
2.1.527 84 9/27/2024
2.1.526 79 9/27/2024
2.1.525 70 9/27/2024
2.1.524 74 9/27/2024
2.1.523 70 9/27/2024
2.1.522 78 9/27/2024
2.1.521 70 9/27/2024
2.1.520 67 9/27/2024
2.1.519 68 9/27/2024
2.1.518 74 9/27/2024
2.1.517 89 9/27/2024
2.1.516 73 9/27/2024
2.1.515 72 9/27/2024
2.1.514 68 9/27/2024
2.1.513 82 9/27/2024
2.1.512 68 9/27/2024
2.1.511 77 9/27/2024
2.1.510 71 9/27/2024
2.1.509 84 9/27/2024
2.1.508 84 9/27/2024
2.1.507 72 9/27/2024
2.1.506 70 9/26/2024
2.1.505 86 9/26/2024
2.1.504 89 9/26/2024
2.1.503 81 9/26/2024
2.1.502 79 9/26/2024
2.1.501 74 9/26/2024
2.1.500 76 9/26/2024
2.1.499 78 9/26/2024
2.1.498 77 9/26/2024
2.1.496 77 9/26/2024
2.1.495 67 9/26/2024
2.1.494 75 9/26/2024
2.1.493 88 9/26/2024
2.1.492 78 9/26/2024
2.1.491 75 9/26/2024
2.1.490 88 9/26/2024
2.1.488 77 9/26/2024
2.1.487 73 9/26/2024
2.1.486 68 9/26/2024
2.1.485 74 9/26/2024
2.1.484 78 9/24/2024
2.1.483 60 9/24/2024
2.1.482 80 9/24/2024
2.1.481 80 9/23/2024
2.1.480 77 9/23/2024
2.1.479 68 9/23/2024
2.1.478 61 9/23/2024
2.1.477 75 9/23/2024
2.1.476 72 9/23/2024
2.1.475 72 9/23/2024
2.1.473 70 9/23/2024
2.1.472 79 9/23/2024
2.1.471 74 9/23/2024
2.1.470 81 9/23/2024
2.1.469 60 9/23/2024
2.1.468 70 9/23/2024
2.1.467 82 9/23/2024
2.1.466 77 9/23/2024
2.1.465 80 9/23/2024
2.1.464 76 9/23/2024
2.1.463 79 9/23/2024
2.1.462 60 9/23/2024
2.1.461 79 9/23/2024
2.1.460 77 9/23/2024
2.1.459 78 9/23/2024
2.1.458 76 9/23/2024
2.1.457 76 9/23/2024
2.1.456 71 9/23/2024
2.1.455 79 9/22/2024
2.1.454 81 9/19/2024
2.1.453 81 9/18/2024
2.1.452 86 9/18/2024
2.1.451 71 9/18/2024
2.1.450 97 9/18/2024
2.1.449 75 9/18/2024
2.1.448 97 9/18/2024
2.1.447 89 9/18/2024
2.1.446 97 9/18/2024
2.1.445 98 9/18/2024
2.1.444 90 9/18/2024
2.1.443 91 9/18/2024
2.1.442 98 9/18/2024
2.1.441 101 9/18/2024
2.1.440 93 9/18/2024
2.1.439 92 9/17/2024
2.1.438 93 9/17/2024
2.1.437 73 9/17/2024
2.1.435 91 9/17/2024
2.1.434 89 9/17/2024
2.1.433 75 9/17/2024
2.1.432 116 9/17/2024
2.1.431 78 9/17/2024
2.1.430 82 9/17/2024
2.1.429 80 9/17/2024
2.1.428 87 9/17/2024
2.1.427 98 9/17/2024
2.1.426 80 9/17/2024
2.1.425 93 9/17/2024
2.1.424 83 9/17/2024
2.1.423 89 9/17/2024
2.1.422 90 9/17/2024
2.1.421 95 9/17/2024
2.1.420 92 9/17/2024
2.1.419 86 9/17/2024
2.1.418 80 9/17/2024
2.1.417 85 9/17/2024
2.1.416 84 9/17/2024
2.1.415 106 9/16/2024
2.1.414 83 9/16/2024
2.1.413 82 9/16/2024
2.1.412 94 9/16/2024
2.1.411 90 9/16/2024
2.1.410 86 9/16/2024
2.1.409 102 9/16/2024
2.1.408 92 9/16/2024
2.1.407 116 9/13/2024
2.1.406 88 9/12/2024
2.1.405 77 9/12/2024
2.1.404 95 9/12/2024
2.1.403 86 9/12/2024
2.1.402 90 9/12/2024
2.1.401 100 9/12/2024
2.1.400 99 9/12/2024
2.1.399 93 9/12/2024
2.1.398 76 9/12/2024
2.1.397 98 9/12/2024
2.1.396 82 9/12/2024
2.1.395 85 9/12/2024
2.1.394 95 9/12/2024
2.1.393 110 9/11/2024
2.1.392 73 9/11/2024
2.1.391 87 9/11/2024
2.1.390 101 9/11/2024
2.1.389 91 9/11/2024
2.1.388 96 9/11/2024
2.1.387 92 9/11/2024
2.1.386 88 9/11/2024
2.1.385 86 9/11/2024
2.1.384 92 9/11/2024
2.1.383 99 9/11/2024
2.1.382 88 9/11/2024
2.1.381 96 9/11/2024
2.1.380 83 9/11/2024
2.1.379 93 9/11/2024
2.1.378 96 9/11/2024
2.1.377 114 9/11/2024
2.1.376 97 9/11/2024
2.1.375 87 9/10/2024
2.1.374 95 9/10/2024
2.1.373 79 9/10/2024
2.1.372 88 9/10/2024
2.1.371 89 9/10/2024
2.1.370 89 9/10/2024
2.1.369 78 9/10/2024
2.1.368 84 9/10/2024
2.1.367 82 9/10/2024
2.1.366 79 9/10/2024
2.1.365 79 9/10/2024
2.1.364 85 9/10/2024
2.1.363 88 9/10/2024
2.1.362 91 9/10/2024
2.1.359 84 9/10/2024
2.1.358 82 9/9/2024
2.1.357 80 9/9/2024
2.1.356 88 9/9/2024
2.1.355 82 9/9/2024
2.1.354 77 9/9/2024
2.1.353 90 9/9/2024
2.1.352 84 9/9/2024
2.1.351 86 9/9/2024
2.1.350 84 9/9/2024
2.1.349 90 9/9/2024
2.1.348 96 9/9/2024
2.1.346 89 9/9/2024
2.1.345 101 9/9/2024
2.1.344 89 9/9/2024
2.1.343 80 9/9/2024
2.1.342 101 9/7/2024
2.1.341 84 9/7/2024
2.1.340 101 9/7/2024
2.1.339 85 9/7/2024
2.1.338 95 9/7/2024
2.1.337 86 9/7/2024
2.1.336 87 9/6/2024
2.1.335 91 9/6/2024
2.1.334 77 9/6/2024
2.1.333 96 9/6/2024
2.1.332 77 9/6/2024
2.1.331 90 9/6/2024
2.1.330 90 9/6/2024
2.1.329 90 9/6/2024
2.1.328 91 9/6/2024
2.1.327 90 9/6/2024
2.1.326 107 9/6/2024
2.1.325 91 9/6/2024
2.1.324 104 9/6/2024
2.1.323 126 9/5/2024
2.1.322 88 9/5/2024
2.1.321 91 9/5/2024
2.1.320 94 9/5/2024
2.1.319 85 9/5/2024
2.1.318 95 9/5/2024
2.1.317 89 9/5/2024
2.1.316 99 9/5/2024
2.1.315 94 9/5/2024
2.1.314 92 9/5/2024
2.1.313 88 9/5/2024
2.1.312 72 9/5/2024
2.1.311 96 9/5/2024
2.1.310 90 9/5/2024
2.1.309 90 9/5/2024
2.1.308 89 9/4/2024
2.1.307 73 9/4/2024
2.1.306 94 9/4/2024
2.1.305 75 9/4/2024
2.1.304 128 9/4/2024
2.1.303 68 9/4/2024
2.1.302 92 9/4/2024
2.1.301 77 9/4/2024
2.1.300 93 9/4/2024
2.1.299 91 9/3/2024
2.1.298 86 9/3/2024
2.1.297 87 9/3/2024
2.1.296 89 9/3/2024
2.1.295 92 9/3/2024
2.1.294 85 9/3/2024
2.1.293 73 9/3/2024
2.1.292 75 9/3/2024
2.1.291 84 9/3/2024
2.1.290 88 9/3/2024
2.1.289 84 9/3/2024
2.1.288 90 9/3/2024
2.1.287 88 9/3/2024
2.1.286 95 8/30/2024
2.1.285 92 8/29/2024
2.1.284 88 8/29/2024
2.1.283 88 8/29/2024
2.1.282 93 8/29/2024
2.1.281 70 8/29/2024
2.1.280 89 8/29/2024
2.1.279 126 8/26/2024
2.1.278 78 8/26/2024
2.1.277 90 8/26/2024
2.1.276 88 8/26/2024
2.1.275 74 8/26/2024
2.1.274 98 8/26/2024
2.1.273 94 8/26/2024
2.1.272 89 8/26/2024
2.1.271 154 8/21/2024
2.1.270 98 8/21/2024
2.1.269 109 8/21/2024
2.1.268 106 8/21/2024
2.1.267 95 8/21/2024
2.1.266 108 8/21/2024
2.1.265 121 8/21/2024
2.1.264 105 8/21/2024
2.1.263 106 8/21/2024
2.1.262 108 8/21/2024
2.1.261 107 8/21/2024
2.1.260 117 8/20/2024
2.1.259 94 8/20/2024
2.1.258 98 8/20/2024
2.1.257 107 8/20/2024
2.1.256 107 8/20/2024
2.1.255 105 8/20/2024
2.1.254 98 8/20/2024
2.1.253 102 8/20/2024
2.1.252 104 8/20/2024
2.1.251 99 8/20/2024
2.1.250 99 8/20/2024
2.1.249 101 8/20/2024
2.1.248 100 8/20/2024
2.1.247 104 8/19/2024
2.1.246 124 8/15/2024
2.1.245 97 8/15/2024
2.1.244 102 8/15/2024
2.1.243 106 8/15/2024
2.1.242 103 8/15/2024
2.1.241 94 8/15/2024
2.1.240 105 8/15/2024
2.1.239 89 8/15/2024
2.1.238 101 8/15/2024
2.1.237 101 8/15/2024
2.1.236 104 8/15/2024
2.1.235 92 8/15/2024
2.1.234 111 8/14/2024
2.1.233 101 8/14/2024
2.1.232 101 8/14/2024
2.1.231 92 8/14/2024
2.1.230 108 8/14/2024
2.1.229 103 8/14/2024
2.1.228 109 8/13/2024
2.1.227 102 8/13/2024
2.1.226 103 8/13/2024
2.1.225 106 8/13/2024
2.1.224 104 8/13/2024
2.1.223 88 8/7/2024
2.1.222 87 8/7/2024
2.1.221 96 8/7/2024
2.1.220 91 8/7/2024
2.1.219 92 8/7/2024
2.1.218 88 8/7/2024
2.1.217 83 8/7/2024
2.1.216 79 8/7/2024
2.1.215 83 8/6/2024
2.1.214 78 8/6/2024
2.1.213 69 8/6/2024
2.1.212 73 8/6/2024
2.1.211 128 8/1/2024
2.1.210 71 8/1/2024
2.1.209 91 8/1/2024
2.1.208 67 8/1/2024
2.1.207 69 8/1/2024
2.1.206 79 8/1/2024
2.1.205 83 8/1/2024
2.1.204 82 8/1/2024
2.1.203 88 8/1/2024
2.1.202 80 8/1/2024
2.1.201 65 8/1/2024
2.1.200 77 8/1/2024
2.1.199 79 8/1/2024
2.1.198 79 8/1/2024
2.1.197 100 7/25/2024
2.1.196 66 7/25/2024
2.1.195 57 7/25/2024
2.1.194 61 7/25/2024
2.1.193 63 7/25/2024
2.1.192 55 7/25/2024
2.1.191 73 7/25/2024
2.1.190 49 7/25/2024
2.1.189 62 7/25/2024
2.1.188 62 7/25/2024
2.1.187 67 7/25/2024
2.1.186 57 7/25/2024
2.1.185 44 7/25/2024
2.1.184 63 7/25/2024
2.1.183 64 7/25/2024
2.1.182 49 7/25/2024
2.1.181 62 7/25/2024
2.1.180 67 7/24/2024
2.1.179 67 7/24/2024
2.1.178 70 7/24/2024
2.1.177 55 7/24/2024
2.1.176 54 7/24/2024
2.1.175 117 7/20/2024
2.1.174 77 7/20/2024
2.1.173 72 7/20/2024
2.1.172 67 7/20/2024
2.1.171 91 7/20/2024
2.1.170 69 7/20/2024
2.1.169 95 7/20/2024
2.1.168 83 7/20/2024
2.1.167 90 7/17/2024
2.1.166 94 7/17/2024
2.1.165 74 7/17/2024
2.1.164 79 7/17/2024
2.1.163 89 7/15/2024
2.1.162 73 7/15/2024
2.1.161 90 7/14/2024
2.1.160 95 7/14/2024
2.1.159 90 7/14/2024
2.1.158 91 7/14/2024
2.1.157 79 7/14/2024
2.1.156 86 7/14/2024
2.1.155 86 7/14/2024
2.1.154 90 7/14/2024
2.1.153 79 7/14/2024
2.1.152 90 7/14/2024
2.1.151 87 7/12/2024
2.1.150 93 7/11/2024
2.1.149 87 7/11/2024
2.1.148 93 7/10/2024
2.1.147 93 7/10/2024
2.1.146 93 7/10/2024
2.1.145 89 7/10/2024
2.1.144 86 7/10/2024
2.1.143 90 7/10/2024
2.1.142 77 7/10/2024
2.1.141 85 7/10/2024
2.1.140 70 7/10/2024
2.1.139 69 7/10/2024
2.1.138 93 7/10/2024
2.1.137 86 7/10/2024
2.1.136 92 7/10/2024
2.1.135 87 7/10/2024
2.1.134 84 7/10/2024
2.1.133 85 7/10/2024
2.1.132 86 7/10/2024
2.1.131 78 7/10/2024
2.1.130 62 7/10/2024
2.1.129 77 7/10/2024
2.1.128 89 7/10/2024
2.1.127 70 7/10/2024
2.1.126 86 7/10/2024
2.1.125 92 7/10/2024
2.1.124 99 7/10/2024
2.1.123 90 7/10/2024
2.1.122 90 7/9/2024
2.1.121 91 7/9/2024
2.1.120 77 7/9/2024
2.1.119 75 7/9/2024
2.1.118 64 7/9/2024
2.1.117 80 7/9/2024
2.1.116 68 7/9/2024
2.1.115 88 7/9/2024
2.1.114 81 7/9/2024
2.1.113 84 7/9/2024
2.1.112 86 7/9/2024
2.1.111 84 7/9/2024
2.1.110 85 7/9/2024
2.1.109 91 7/9/2024
2.1.108 96 7/9/2024
2.1.107 84 7/9/2024
2.1.106 80 7/9/2024
2.1.105 98 7/9/2024
2.1.104 90 7/9/2024
2.1.103 97 7/9/2024
2.1.102 92 7/9/2024
2.1.101 81 7/8/2024
2.1.100 78 7/8/2024
2.1.99 98 7/8/2024
2.1.98 92 7/8/2024
2.1.97 78 7/8/2024
2.1.96 88 7/8/2024
2.1.95 93 7/8/2024
2.1.94 76 7/8/2024
2.1.93 95 7/8/2024
2.1.92 85 7/8/2024
2.1.91 99 7/8/2024
2.1.90 92 7/8/2024
2.1.89 94 7/8/2024
2.1.88 93 7/8/2024
2.1.87 89 7/7/2024
2.1.86 90 7/7/2024
2.1.85 97 7/7/2024
2.1.84 94 7/7/2024
2.1.83 80 7/7/2024
2.1.82 102 7/7/2024
2.1.81 101 7/7/2024
2.1.80 98 7/7/2024
2.1.79 92 7/7/2024
2.1.78 100 7/6/2024
2.1.77 92 7/4/2024
2.1.76 86 7/4/2024
2.1.75 81 7/4/2024
2.1.74 107 7/3/2024
2.1.73 93 7/3/2024
2.1.72 90 7/3/2024
2.1.71 93 7/3/2024
2.1.70 93 7/3/2024
2.1.69 83 7/3/2024
2.1.68 93 7/3/2024
2.1.67 89 7/3/2024
2.1.66 96 7/3/2024
2.1.65 89 7/3/2024
2.1.64 81 7/3/2024
2.1.63 90 7/3/2024
2.1.62 92 7/3/2024
2.1.61 89 7/3/2024
2.1.60 84 7/3/2024
2.1.59 81 7/3/2024
2.1.58 88 7/3/2024
2.1.57 95 7/3/2024
2.1.56 93 7/3/2024
2.1.55 89 7/3/2024
2.1.54 97 7/3/2024
2.1.53 109 7/3/2024
2.1.52 105 7/1/2024
2.1.51 107 7/1/2024
2.1.50 98 6/30/2024
2.1.49 91 6/30/2024
2.1.48 107 6/30/2024
2.1.47 98 6/30/2024
2.1.46 101 6/29/2024
2.1.45 110 6/28/2024
2.1.44 100 6/28/2024
2.1.43 94 6/28/2024
2.1.42 98 6/28/2024
2.1.41 104 6/28/2024
2.1.40 97 6/27/2024
2.1.39 100 6/27/2024
2.1.38 105 6/27/2024
2.1.37 99 6/27/2024
2.1.36 84 6/27/2024
2.1.35 98 6/27/2024
2.1.34 99 6/27/2024
2.1.33 99 6/27/2024
2.1.32 91 6/24/2024
2.1.31 99 6/23/2024
2.1.30 93 6/22/2024
2.1.29 88 6/22/2024
2.1.28 98 6/22/2024
2.1.27 80 6/22/2024
2.1.26 93 6/22/2024
2.1.25 91 6/22/2024
2.1.24 104 6/16/2024
2.1.23 97 6/16/2024
2.1.22 97 6/16/2024
2.1.21 105 6/15/2024
2.1.20 90 6/15/2024
2.1.19 104 6/15/2024
2.1.18 83 6/15/2024
2.1.17 102 6/15/2024
2.1.16 109 6/15/2024
2.1.15 93 6/15/2024
2.1.14 101 6/15/2024
2.1.13 98 6/15/2024
2.1.12 103 6/15/2024
2.1.11 99 6/15/2024
2.1.10 93 6/15/2024
2.1.9 91 6/14/2024
2.1.8 98 6/14/2024
2.1.7 94 6/12/2024
2.1.6 96 6/10/2024
2.1.5 88 6/10/2024
2.1.4 96 6/9/2024
2.1.3 105 6/9/2024