Skip to content

Commit

Permalink
add log4ala v 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moberacker committed May 26, 2018
1 parent c654529 commit c27667b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Log4ALATest.Core/Log4ALATest.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
</Content>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Log4ALA" Version="2.1.0" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions Log4ALATest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{2E777CA1-0
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Log4ALATest", "Log4ALATest\Log4ALATest.csproj", "{0DA66E00-4321-4075-9FC6-045D45130FA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Log4ALATest.Core", "Log4ALATest.Core\Log4ALATest.Core.csproj", "{0C3FBCC6-AFFD-41CD-A26B-5731B2E14126}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Log4ALATest.Core", "Log4ALATest.Core\Log4ALATest.Core.csproj", "{EE8CD1F8-FD4F-4DE2-B076-7DAEF5007E5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,10 +25,10 @@ Global
{0DA66E00-4321-4075-9FC6-045D45130FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DA66E00-4321-4075-9FC6-045D45130FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DA66E00-4321-4075-9FC6-045D45130FA3}.Release|Any CPU.Build.0 = Release|Any CPU
{0C3FBCC6-AFFD-41CD-A26B-5731B2E14126}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3FBCC6-AFFD-41CD-A26B-5731B2E14126}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3FBCC6-AFFD-41CD-A26B-5731B2E14126}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3FBCC6-AFFD-41CD-A26B-5731B2E14126}.Release|Any CPU.Build.0 = Release|Any CPU
{EE8CD1F8-FD4F-4DE2-B076-7DAEF5007E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8CD1F8-FD4F-4DE2-B076-7DAEF5007E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8CD1F8-FD4F-4DE2-B076-7DAEF5007E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8CD1F8-FD4F-4DE2-B076-7DAEF5007E5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 3 additions & 0 deletions Log4ALATest/Log4ALATest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Log4ALA, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Log4ALA.2.1.0\lib\net45\Log4ALA.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions Log4ALATest/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Log4ALA" version="2.1.0" targetFramework="net452" />
<package id="log4net" version="2.0.5" targetFramework="net452" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
Expand Down

0 comments on commit c27667b

Please sign in to comment.