Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Aug 1, 2018
1 parent a13f272 commit f377e9c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>ASP.NET Core 2.0 Middleware for validating tokens using OAuth 2.0 introspection</Description>
<VersionPrefix>3.4.0</VersionPrefix>
<VersionPrefix>3.4.1</VersionPrefix>
<!--<VersionSuffix>preview1</VersionSuffix>-->
<Authors>Dominick Baier;Brock Allen</Authors>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
Expand Down Expand Up @@ -30,5 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />

<PackageReference Include="IdentityModel" Version="3.8.0" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit f377e9c

Please sign in to comment.