Skip to content

Commit

Permalink
Temporary patch to resolve local package
Browse files Browse the repository at this point in the history
We're using a package reference (instead of a project reference) to reference SqliteFileSystem until it is split out into a proper hosted nuget package.

This patch should ensure Michael will be able to get the solution to build (only after SqlliteFileSystem is built once already)
  • Loading branch information
atruskie committed Nov 15, 2017
1 parent b666564 commit e6e75a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AudioAnalysis/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Custom Solution Packages" value=".\SqLiteFileSystem\bin\Debug" />
</packageSources>
</configuration>

0 comments on commit e6e75a0

Please sign in to comment.