Skip to content

Commit

Permalink
Add VBCSCompiler.dll to the Microsoft.NETCore.Compilers package
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Dec 6, 2017
1 parent 949c9b4 commit b5c8c9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NuGet/Microsoft.NETCore.Compilers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<file src="Exes/vbc/netcoreapp2.0/publish/vbc.runtimeconfig.json" target="tools/bincore" />
<file src="$additionalFilesPath$/RunVbc" target="tools/bincore/RunVbc" />
<file src="$additionalFilesPath$/RunVbc.cmd" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.dll" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.deps.json" target="tools/bincore" />
<file src="Exes/VBCSCompiler/netcoreapp2.0/publish/VBCSCompiler.runtimeconfig.json" target="tools/bincore" />

<!-- References that are either not in the target framework or are a higher version -->
<file src="Exes\csc\netcoreapp2.0\publish\System.*.dll" target="tools\bincore" />
Expand Down

0 comments on commit b5c8c9a

Please sign in to comment.