Skip to content

Commit

Permalink
Fix incorrect ref to Kentor ruleset in AspNetCore2 proj.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jan 23, 2018
1 parent 4563c95 commit 940644d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Sustainsys.Saml2.AspNetCore2.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>..\Kentor.AuthServices.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>..\Sustainsys.Saml2.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 940644d

Please sign in to comment.