Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Help
src/packages

# Nupkg artifacts
*.nupkg
#*.nupkg

# NCrunch artifacts
*.ncrunch*
Expand Down
10 changes: 10 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="LocalPackages" value="libs" />
</packageSources>
<activePackageSource>
<!-- this tells that all of them are active -->
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>
Binary file added libs/MongoDB.Libmongocrypt.1.7.0.1.nupkg
Binary file not shown.
Binary file added libs/MongoDB.Libmongocrypt.1.7.0.1.symbols.nupkg
Binary file not shown.
Loading