Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
diogodamiani committed Oct 12, 2017
1 parent 5fa7436 commit 4a25206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IdentityServer4.MongoDB/IdentityServer4.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>MongoDB persistence layer for IdentityServer4</Description>
<VersionPrefix>2.0.0</VersionPrefix>
<Authors>Diogo Damiani</Authors>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyName>IdentityServer4.MongoDB</AssemblyName>
<PackageId>IdentityServer4.MongoDB</PackageId>
<PackageTags>OAuth2;OAuth 2.0;OpenID Connect;Security;Identity;IdentityServer;MongoDB</PackageTags>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="6.1.1" />
<PackageReference Include="IdentityServer4" Version="2.0.0" />
<PackageReference Include="IdentityServer4" Version="2.0.1" />
<PackageReference Include="MongoDB.Driver" Version="2.4.4" />
</ItemGroup>

Expand Down

0 comments on commit 4a25206

Please sign in to comment.