1 files changed, 0 insertions, 19 deletions
diff --git a/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj b/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
deleted file mode 100644
index 205ff68..0000000
--- a/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
+++ /dev/null
@@ -1,19 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <InvariantGlobalization>true</InvariantGlobalization>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.10" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\LibMatrix\LibMatrix.csproj" />
- </ItemGroup>
-
-</Project>
|