|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netcoreapp2.0</TargetFramework> |
| 4 | + <TargetFramework>net5.0</TargetFramework> |
5 | 5 |
|
6 | 6 | <PackageId>AspNetCore.Security.Jwt</PackageId>
|
7 | 7 | <Description>Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Azure Active Directory, Google, Facebook, Twitter auth integration. Also, Swagger UI integration!</Description>
|
8 |
| - <Version>1.7.0</Version> |
| 8 | + <Version>2.0.0</Version> |
9 | 9 | <Authors>Shantanu</Authors>
|
10 | 10 | <Company>Veritas Software</Company>
|
11 |
| - <Copyright>Veritas Software 2019</Copyright> |
| 11 | + <Copyright>Veritas Software 2021</Copyright> |
12 | 12 | <PackageProjectUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</PackageProjectUrl>
|
13 | 13 | <PackageTags>AspNetCore.Security.Jwt JWT Bearer Token Security Swagger UI Facebook integration ASP .NET Core 2.0+ Azure Active Directory authentication app web api</PackageTags>
|
14 | 14 | <RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl>
|
15 |
| - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
16 |
| - <PackageReleaseNotes>Fixes and enhancements. No breaking changes.</PackageReleaseNotes> |
| 15 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 16 | + <PackageReleaseNotes>Updated framework to .net 5.0. No breaking changes.</PackageReleaseNotes> |
17 | 17 | </PropertyGroup>
|
18 | 18 |
|
19 | 19 | <ItemGroup>
|
20 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.0.0" /> |
21 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" /> |
22 |
| - <PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" /> |
23 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" /> |
24 |
| - <PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="4.4.0" /> |
25 |
| - <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> |
26 |
| - <PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-rc2" /> |
27 |
| - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.3.0" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.7" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> |
| 22 | + <PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" /> |
| 23 | + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" /> |
| 24 | + <PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" /> |
| 25 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 26 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" /> |
| 27 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" /> |
28 | 28 | </ItemGroup>
|
29 | 29 |
|
30 | 30 | <ItemGroup>
|
|
0 commit comments