|
40 | 40 | </PropertyGroup> |
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\packages\SharpLogger.1.9.1.125\lib\net472\Newtonsoft.Json.dll</HintPath> |
| 43 | + <HintPath>..\packages\SharpLogger.1.10.0.127\lib\net472\Newtonsoft.Json.dll</HintPath> |
44 | 44 | </Reference> |
45 | 45 | <Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> |
46 | | - <HintPath>..\packages\SharpLogger.1.9.1.125\lib\net472\NLog.dll</HintPath> |
| 46 | + <HintPath>..\packages\SharpLogger.1.10.0.127\lib\net472\NLog.dll</HintPath> |
47 | 47 | </Reference> |
48 | | - <Reference Include="SharpLogger, Version=1.9.1.125, Culture=neutral, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\SharpLogger.1.9.1.125\lib\net472\SharpLogger.dll</HintPath> |
| 48 | + <Reference Include="SharpLogger, Version=1.10.0.127, Culture=neutral, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\SharpLogger.1.10.0.127\lib\net472\SharpLogger.dll</HintPath> |
50 | 50 | </Reference> |
51 | 51 | <Reference Include="System" /> |
52 | 52 | <Reference Include="System.Configuration" /> |
|
95 | 95 | <ItemGroup> |
96 | 96 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
97 | 97 | </ItemGroup> |
98 | | - <ItemGroup> |
99 | | - <None Include="packages.config" /> |
100 | | - </ItemGroup> |
101 | 98 | <ItemGroup> |
102 | 99 | <Content Include="Properties\AssemblyInfo.tt"> |
103 | 100 | <Generator>TextTemplatingFileGenerator</Generator> |
104 | 101 | <LastGenOutput>AssemblyInfo.cs</LastGenOutput> |
105 | 102 | </Content> |
106 | 103 | </ItemGroup> |
107 | | - <ItemGroup /> |
| 104 | + <ItemGroup> |
| 105 | + <None Include="packages.config" /> |
| 106 | + </ItemGroup> |
108 | 107 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
109 | 108 | <PropertyGroup> |
110 | 109 | <PreBuildEvent>"$(DevEnvDir)\TextTransform.exe" -a !!build!true "$(ProjectDir)Properties\AssemblyInfo.tt"</PreBuildEvent> |
|
0 commit comments