removes the ItemGroup.Using Include=Xunit
Some checks failed
Dotnet build and test / build (pull_request) Has been cancelled

This commit is contained in:
Paul Schneider 2026-09-14 00:40:30 +01:00
commit c3c5494507
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
29 changed files with 42 additions and 7 deletions

View file

@ -3,6 +3,7 @@ using IdentityServer8.EntityFramework.Entities;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Xunit;
namespace Yavsc.Org.Tests.Controllers;