Skip to content

Commit 310da2f

Browse files
committed
Merge pull request #1474 from sharwell/fix-1345
Package the net45 build of Newtonsoft.Json in the NuGet package
2 parents 7b23597 + 7b3e4f3 commit 310da2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Binaries and symbols -->
2121
<file src="bin\$Configuration$\StyleCop.Analyzers.dll" target="analyzers\dotnet\cs" />
2222
<file src="bin\$Configuration$\StyleCop.Analyzers.pdb" target="analyzers\dotnet\cs" />
23-
<file src="bin\$Configuration$\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
23+
<file src="..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
2424

2525
<!-- Scripts -->
2626
<file src="tools\install.ps1" target="tools\" />

0 commit comments

Comments
 (0)