Add Selenite.csproj

This commit is contained in:
LEGALISE_PIRACY 2024-01-24 06:02:34 +00:00
parent 087a8b16e3
commit d88faf1e38

12
Selenite.csproj Normal file
View File

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="3.1.0" />
</ItemGroup>
</Project>