|
62 | 62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
63 | 63 | </PropertyGroup> |
64 | 64 | <ItemGroup> |
65 | | - <Reference Include="System" /> |
66 | | - <Reference Include="System.Data" /> |
67 | | - <Reference Include="System.Xml" /> |
68 | | - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821"> |
| 65 | + <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
69 | 66 | <SpecificVersion>False</SpecificVersion> |
70 | | - <HintPath>..\..\lib\log4net.dll</HintPath> |
| 67 | + <HintPath>..\packages\log4net.1.2.11\lib\net35-full\log4net.dll</HintPath> |
71 | 68 | </Reference> |
72 | | - <Reference Include="ServiceStack.Interfaces, Version=1.0.4132.8321, Culture=neutral, PublicKeyToken=null"> |
73 | | - <SpecificVersion>False</SpecificVersion> |
74 | | - <HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath> |
| 69 | + <Reference Include="ServiceStack.Common"> |
| 70 | + <HintPath>..\packages\ServiceStack.Common.3.4.3\lib\ServiceStack.Common.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="ServiceStack.Interfaces"> |
| 73 | + <HintPath>..\packages\ServiceStack.Common.3.4.3\lib\ServiceStack.Interfaces.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="ServiceStack.Text"> |
| 76 | + <HintPath>..\packages\ServiceStack.Text.3.4.6\lib\ServiceStack.Text.dll</HintPath> |
75 | 77 | </Reference> |
| 78 | + <Reference Include="System" /> |
| 79 | + <Reference Include="System.Data" /> |
| 80 | + <Reference Include="System.Xml" /> |
76 | 81 | </ItemGroup> |
77 | 82 | <ItemGroup> |
78 | 83 | <Compile Include="Log4NetFactory.cs" /> |
|
106 | 111 | <Install>false</Install> |
107 | 112 | </BootstrapperPackage> |
108 | 113 | </ItemGroup> |
| 114 | + <ItemGroup> |
| 115 | + <None Include="packages.config" /> |
| 116 | + <None Include="ServiceStack.Logging.Log4Net.nuspec" /> |
| 117 | + </ItemGroup> |
109 | 118 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
110 | 119 | <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> |
111 | 120 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments