Skip to content

Commit e9d807a

Browse files
Merge pull request #12 from elsupergomez/update-asp-net-core-to-2-2
Update asp net core to 2 2
2 parents 8dceb49 + efad13f commit e9d807a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: Visual Studio 2017
22

3-
version: 2.1.0-alpha-{build}
3+
version: 2.2.0-alpha-{build}
44

55
nuget:
66
project_feed: true

src/MakingSense.AspNetCore.Authentication.SimpleToken/MakingSense.AspNetCore.Authentication.SimpleToken.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<PackageLicenseUrl>http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl>
14-
<VersionPrefix>2.1.0-alpha</VersionPrefix>
14+
<VersionPrefix>2.2.0-alpha</VersionPrefix>
1515
</PropertyGroup>
1616

1717
<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" />
2020
<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" />
2323
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2424
<PackageReference Include="System.Linq" Version="4.3.0" />
2525
<PackageReference Include="System.Threading" Version="4.3.0" />

0 commit comments

Comments
 (0)