aboutsummaryrefslogtreecommitdiff
path: root/API/API.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'API/API.csproj')
-rw-r--r--API/API.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/API/API.csproj b/API/API.csproj
new file mode 100644
index 0000000..dcc653c
--- /dev/null
+++ b/API/API.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>API</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" NoWarn="NU1605" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.0" NoWarn="NU1605" />
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
+ </ItemGroup>
+
+</Project>