Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SveinungFjaer committed May 6, 2019
2 parents eb458e5 + f5d3f9b commit 19747e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="JWT" Version="5.0.1" />
<PackageReference Include="KS.Fiks.QA" Version="1.0.0-dev-69" PrivateAssets="All" />
<PackageReference Include="Moq" Version="4.11.0-rc1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private IDictionary<string, object> CreateJwtHeader()
};
}

private IDictionary<string, object> CreateJwtPayload(string scope, MaskinportenClientConfiguration configuration)
private static IDictionary<string, object> CreateJwtPayload(string scope, MaskinportenClientConfiguration configuration)
{
var jwtData = new JwtData();

Expand Down

0 comments on commit 19747e5

Please sign in to comment.