File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/MakingSense.AspNetCore.Authentication.SimpleToken Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
2
3
- version : 2.1 .0-alpha-{build}
3
+ version : 2.2 .0-alpha-{build}
4
4
5
5
nuget :
6
6
project_feed : true
Original file line number Diff line number Diff line change 11
11
<PackageLicenseUrl >http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl >
12
12
<RepositoryType >git</RepositoryType >
13
13
<RepositoryUrl >git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl >
14
- <VersionPrefix >2.1 .0-alpha</VersionPrefix >
14
+ <VersionPrefix >2.2 .0-alpha</VersionPrefix >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" MakingSense.AspNetCore.Abstractions" Version =" 2.1 .0-alpha-174 " />
19
- <PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 2.1 .0" />
18
+ <PackageReference Include =" MakingSense.AspNetCore.Abstractions" Version =" 2.2 .0-alpha-177 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 2.2 .0" />
20
20
<PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
21
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1 .0" />
22
- <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 5.4 .0" />
21
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2 .0" />
22
+ <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 5.5 .0" />
23
23
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
24
24
<PackageReference Include =" System.Linq" Version =" 4.3.0" />
25
25
<PackageReference Include =" System.Threading" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments