Fixing missing package reference.
This commit is contained in:
Родитель
5844b26160
Коммит
d8f8240c89
|
@ -14,7 +14,7 @@ namespace WebJobScript
|
|||
// When deployed as a WebJob, the WebJobs infrastructure handles
|
||||
// watching for script changes and restarting the host, so we
|
||||
// need to disable ScriptHost's inbuilt file watching.
|
||||
ScriptHostConfiguration config = new ScriptHostConfiguration()
|
||||
ScriptHostConfiguration config = new ScriptHostConfiguration
|
||||
{
|
||||
RootScriptPath = functionsPath,
|
||||
FileWatchingEnabled = false
|
||||
|
|
|
@ -227,6 +227,10 @@
|
|||
<HintPath>packages\System.Diagnostics.StackTrace.4.0.1\lib\net46\System.Diagnostics.StackTrace.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.Abstractions, Version=2.0.0.140, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\System.IO.Abstractions.2.0.0.140\lib\net40\System.IO.Abstractions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.FileSystem, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>packages\System.IO.FileSystem.4.0.1\lib\net46\System.IO.FileSystem.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
<package id="System.Dynamic.Runtime" version="4.0.11" targetFramework="net461" />
|
||||
<package id="System.Globalization" version="4.0.11" targetFramework="net461" />
|
||||
<package id="System.IO" version="4.1.0" targetFramework="net461" />
|
||||
<package id="System.IO.Abstractions" version="2.0.0.140" targetFramework="net461" />
|
||||
<package id="System.IO.FileSystem" version="4.0.1" targetFramework="net461" />
|
||||
<package id="System.IO.FileSystem.Primitives" version="4.0.1" targetFramework="net461" />
|
||||
<package id="System.Linq" version="4.1.0" targetFramework="net461" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче