Skip to content

Commit

Permalink
Update StyleCop. (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebaere authored and KanishManuja-MS committed Nov 20, 2019
1 parent 4e88750 commit 89e6254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<!-- StyleCop settings -->
<PropertyGroup>
<StyleCopTargets>$(NuGetPack)\StyleCop.MSBuild.4.7.49.0\build\StyleCop.MSBuild.Targets</StyleCopTargets>
<StyleCopTargets>$(NuGetPack)\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.Targets</StyleCopTargets>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sln/.nuget/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<package id="Microsoft.OData.StyleCop" version="1.0.0" />
<package id="Newtonsoft.Json" version="6.0.5" />
<package id="System.Text.Encoding.Extensions" version="4.0.11" />
<package id="StyleCop.MSBuild" version="4.7.49" />
<package id="StyleCop.MSBuild" version="5.0.0" />
<package id="xunit" version="2.1.0" />
<package id="xunit.abstractions" version="2.0.0" />
<package id="xunit.assert" version="2.1.0" />
Expand Down

0 comments on commit 89e6254

Please sign in to comment.