You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.7 KiB
36 lines
1.7 KiB
3 months ago
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
<RootNamespace>Teso_API</RootNamespace>
|
||
|
<UserSecretsId>c0b5e28a-581c-4b6b-b2e6-92fc0b1c5882</UserSecretsId>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="EASendMail" Version="7.7.0.5" />
|
||
|
<PackageReference Include="FFMpegCore" Version="4.3.0" />
|
||
|
<PackageReference Include="FirebaseAdmin" Version="2.0.0" />
|
||
|
<PackageReference Include="Google.Apis.Auth" Version="1.49.0" />
|
||
|
<PackageReference Include="Google.Apis.FirebaseCloudMessaging.v1" Version="1.49.0.2174" />
|
||
|
<PackageReference Include="Google.Cloud.Firestore" Version="2.3.0" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.1" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.1" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" />
|
||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.4" />
|
||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.4" />
|
||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4">
|
||
|
<PrivateAssets>all</PrivateAssets>
|
||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||
|
</PackageReference>
|
||
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
|
||
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<None Update="teso.png">
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|