Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent 236780cf41
commit 0d517b198d
1719 changed files with 688496 additions and 449 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>xunit.core</id>
<version>2.9.2</version>
<title>xUnit.net [Core Unit Testing Framework]</title>
<authors>jnewkirk,bradwilson</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<icon>_content/logo-128-transparent.png</icon>
<readme>_content/README.md</readme>
<description>Includes the libraries for writing unit tests with xUnit.net.</description>
<releaseNotes>https://xunit.net/releases/v2/2.9.2</releaseNotes>
<copyright>Copyright (C) .NET Foundation</copyright>
<repository type="git" url="https://github.com/xunit/xunit" commit="82543a6df6f5f13b5b70f8a9f9ccb41cd676084f" />
<dependencies>
<dependency id="xunit.extensibility.core" version="[2.9.2]" />
<dependency id="xunit.extensibility.execution" version="[2.9.2]" />
</dependencies>
</metadata>
</package>