We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2bcba commit 7b3e4f3Copy full SHA for 7b3e4f3
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.nuspec
@@ -20,7 +20,7 @@
20
<!-- Binaries and symbols -->
21
<file src="bin\$Configuration$\StyleCop.Analyzers.dll" target="analyzers\dotnet\cs" />
22
<file src="bin\$Configuration$\StyleCop.Analyzers.pdb" target="analyzers\dotnet\cs" />
23
- <file src="bin\$Configuration$\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
+ <file src="..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
24
25
<!-- Scripts -->
26
<file src="tools\install.ps1" target="tools\" />
0 commit comments