|
15 | 15 | <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
16 | 16 | <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
17 | 17 | <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
18 | | - <Version>2.1.1</Version> |
| 18 | + <Version>2.2.13</Version> |
19 | 19 | <PackageLicenseUrl>https://github.com/stackify/stackify-api-dotnet/blob/master/LICENSE</PackageLicenseUrl> |
20 | 20 | <PackageProjectUrl>https://github.com/stackify/stackify-api-dotnet</PackageProjectUrl> |
21 | 21 | <PackageIconUrl>https://stackify.com/wp-content/uploads/2017/02/stk.png</PackageIconUrl> |
|
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <ProjectReference Include="..\StackifyLib\StackifyLib.csproj" /> |
28 | | - <PackageReference Include="NLog" Version="4.5.11" /> |
| 28 | + <PackageReference Include="NLog" Version="4.7.15" /> |
29 | 29 | </ItemGroup> |
30 | | - |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
| 30 | + |
| 31 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
32 | 32 | <DefineConstants>NETCORE</DefineConstants> |
33 | 33 | </PropertyGroup> |
34 | | - |
| 34 | + |
35 | 35 | <PropertyGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net461' "> |
36 | 36 | <DefineConstants>NETFULL</DefineConstants> |
37 | 37 | </PropertyGroup> |
|
40 | 40 | <Reference Include="System.Web" /> |
41 | 41 | <Reference Include="System.Web.Abstractions" /> |
42 | 42 | <Reference Include="System.Web.Routing" /> |
43 | | - <PackageReference Include="NLog.Web" Version="4.8.0" /> |
| 43 | + <PackageReference Include="NLog.Web" Version="4.14.0" /> |
44 | 44 | </ItemGroup> |
45 | 45 |
|
46 | 46 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'"> |
47 | | - <PackageReference Include="NLog.Web.AspNetCore" Version="4.8.0" /> |
| 47 | + <PackageReference Include="NLog.Web.AspNetCore" Version="4.14.0" /> |
48 | 48 | </ItemGroup> |
49 | 49 | </Project> |
0 commit comments