Skip to content

Commit

Permalink
Merge pull request #846 from microsoft/fix836
Browse files Browse the repository at this point in the history
Bring back the certain dependencies
  • Loading branch information
AArnott authored Jan 11, 2023
2 parents 7f7b96e + d358308 commit c523962
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<file src="$BaseOutputPath$Microsoft.Windows.CsWin32.dll" target="analyzers\cs\Microsoft.Windows.CsWin32.dll" />
<file src="$BaseOutputPath$MessagePack.dll" target="analyzers\cs\MessagePack.dll" />
<file src="$BaseOutputPath$MessagePack.Annotations.dll" target="analyzers\cs\MessagePack.Annotations.dll" />
<file src="$BaseOutputPath$Microsoft.Bcl.AsyncInterfaces.dll" target="analyzers\cs\Microsoft.Bcl.AsyncInterfaces.dll" />
<file src="$BaseOutputPath$System.Text.Json.dll" target="analyzers\cs\System.Text.Json.dll" />
<file src="$BaseOutputPath$System.Text.Encodings.Web.dll" target="analyzers\cs\System.Text.Encodings.Web.dll" />
<file src="readme.txt" target="readme.txt" />
<file src="..\..\README.md" target="README.md" />
<file src="..\..\NOTICE.txt" target="NOTICE.txt" />
Expand Down

0 comments on commit c523962

Please sign in to comment.