about summary refs log tree commit diff
path: root/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-14 04:26:27 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-14 04:26:27 +0200
commit8fdc48e5b21b1eea61534b181585858727500f34 (patch)
tree71cc2655ca1e2b5556c2c7c1ad550c5df6b499ef /LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
parentSplit LibMatrix into separate repo (diff)
downloadLibMatrix-8fdc48e5b21b1eea61534b181585858727500f34.tar.xz
Move more projects over
Diffstat (limited to '')
-rw-r--r--LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj b/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
new file mode 100644

index 0000000..447c125 --- /dev/null +++ b/LibMatrix.DebugDataValidationApi/LibMatrix.DebugDataValidationApi.csproj
@@ -0,0 +1,19 @@ +<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.9" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\LibMatrix\LibMatrix.csproj" /> + </ItemGroup> + +</Project>