summaryrefslogtreecommitdiff
path: root/IdentityAPI.csproj
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-14 18:10:28 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-14 18:10:28 -0600
commit2aab17e0d231d8ab539fd6471642e159e260e43b (patch)
tree4f1a4e403bbbad732957b792c5b2fd7cc6ca1a9c /IdentityAPI.csproj
Commit inicial
Diffstat (limited to 'IdentityAPI.csproj')
-rw-r--r--IdentityAPI.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/IdentityAPI.csproj b/IdentityAPI.csproj
new file mode 100644
index 0000000..ce90fce
--- /dev/null
+++ b/IdentityAPI.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ImplicitUsings>enable</ImplicitUsings>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.0" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
+ </ItemGroup>
+
+</Project>