@ -5,7 +5,7 @@
<Rule Id="SA1405" Action="None" />
<Rule Id="SA1413" Action="None" />
<!-- temp remove the header requiremnet as stylecop is currently failing to read the stylecop.json file from 'dotnet build' -->
<Rule Id="SA1636" Action="None" />
<Rule Id="SA1633" Action="None" />
<!--<Rule Id="SA1636" Action="None" />
<Rule Id="SA1633" Action="None" />-->
</Rules>
</RuleSet>
@ -9,7 +9,7 @@
<CodeAnalysisRuleSet>..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ProjectModel" Version="1.0.0-rc4-003206" />
<PackageReference Include="Microsoft.DotNet.ProjectModel" Version="1.0.0-rc3-1-003177" />
<PackageReference Include="Microsoft.Build" Version="15.1.548" />
<PackageReference Include="LibGit2Sharp.Portable" Version="0.24.10" />
</ItemGroup>
@ -32,7 +32,7 @@
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<AdditionalFiles Include="stylecop.json" />
<AdditionalFiles Include="..\Shared\stylecop.json" />
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
@ -35,7 +35,7 @@
<None Include="stylecop.json" />
<None Include="..\Shared\stylecop.json" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta001">