-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
429beb2
commit f62e30d
Showing
4 changed files
with
20 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,6 @@ | |
<file src="artifacts\net35\build\MongoDB.Driver.dll" target="lib\net35" /> | ||
<file src="artifacts\net35\build\MongoDB.Driver.pdb" target="lib\net35" /> | ||
<file src="artifacts\net35\build\MongoDB.Driver.XML" target="lib\net35" /> | ||
<file src="artifacts\net40\build\MongoDB.Bson.dll" target="lib\net40" /> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
rstam
Contributor
|
||
<file src="artifacts\net40\build\MongoDB.Bson.pdb" target="lib\net40" /> | ||
<file src="artifacts\net40\build\MongoDB.Bson.xml" target="lib\net40" /> | ||
<file src="artifacts\net40\build\MongoDB.Driver.dll" target="lib\net40" /> | ||
<file src="artifacts\net40\build\MongoDB.Driver.pdb" target="lib\net40" /> | ||
<file src="artifacts\net40\build\MongoDB.Driver.XML" target="lib\net40" /> | ||
<file src="License.rtf" target ="" /> | ||
<file src="MongoDB.Bson\**\*.cs" target="src\MongoDB.Bson" /> | ||
<file src="MongoDB.Driver\**\*.cs" target="src\MongoDB.Driver" /> | ||
|
This seemed to have the effect of breaking bin deployment of mongocsharpdriver. Now you have to use the installer to GAC deploy the MongoDB binaries, it seems. Was that the intent of this commit?