diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 10:36:19 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 10:36:19 +0200 |
commit | 977220895d8127116d0000fa98088b235d4a8801 (patch) | |
tree | 09b9f295e9e0e82b8137edbd98afc3aebbab1a56 /MxApiExtensions/MxApiExtensions.csproj | |
download | MxApiExtensions-977220895d8127116d0000fa98088b235d4a8801.tar.xz |
Initial commit
Diffstat (limited to 'MxApiExtensions/MxApiExtensions.csproj')
-rw-r--r-- | MxApiExtensions/MxApiExtensions.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MxApiExtensions/MxApiExtensions.csproj b/MxApiExtensions/MxApiExtensions.csproj new file mode 100644 index 0000000..0b88ce4 --- /dev/null +++ b/MxApiExtensions/MxApiExtensions.csproj @@ -0,0 +1,16 @@ +<Project Sdk="Microsoft.NET.Sdk.Web"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <InvariantGlobalization>true</InvariantGlobalization> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="ArcaneLibs" Version="1.0.0-preview5671923708.4c89a6e" /> + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0-preview.6.23329.11" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> + </ItemGroup> + +</Project> |