mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
NancyFx:
- Including dependencies in csproj
This commit is contained in:
parent
16200ae424
commit
849aa5064d
@ -54,7 +54,12 @@
|
||||
<Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\System.Collections.Immutable.1.1.37\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>{{#dependencies}}
|
||||
<Reference Include="{{dependency}}, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\{{dependency}}.{{dependencyVersion}}\lib\{{dependencyFramework}}\{{dependency}}.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
{{/dependencies}}
|
||||
<Reference Include="System"/>
|
||||
<Reference Include="System.Core"/>
|
||||
<Reference Include="System.Xml.Linq"/>
|
||||
|
Loading…
Reference in New Issue
Block a user