| 
2 | 2 | 
 
  | 
3 | 3 |   <PropertyGroup>  | 
4 | 4 |     <Description>The Splunk Sink for Serilog</Description>  | 
5 |  | -    <VersionPrefix>2.4.0</VersionPrefix>  | 
 | 5 | +    <VersionPrefix>2.5.0</VersionPrefix>  | 
6 | 6 |     <Authors>Matthew Erbs, Serilog Contributors</Authors>  | 
7 | 7 |     <TargetFrameworks>net45;netstandard1.1;netstandard1.3</TargetFrameworks>  | 
8 | 8 |     <GenerateDocumentationFile>true</GenerateDocumentationFile>  | 
 | 
15 | 15 |     <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>  | 
16 | 16 |   </PropertyGroup>  | 
17 | 17 | 
 
  | 
 | 18 | +  <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">  | 
 | 19 | +    <DefineConstants>$(DefineConstants);TCP;UDP</DefineConstants>  | 
 | 20 | +  </PropertyGroup>  | 
 | 21 | + | 
18 | 22 |   <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">  | 
19 | 23 |     <PackageReference Include="Splunk.Logging.Common" Version="1.6.0" />  | 
20 | 24 |     <Reference Include="System.Net.Http" />  | 
21 | 25 |     <Reference Include="System" />  | 
22 | 26 |     <Reference Include="Microsoft.CSharp" />  | 
23 | 27 |   </ItemGroup>  | 
24 | 28 | 
 
  | 
25 |  | -  <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">  | 
26 |  | -    <DefineConstants>$(DefineConstants);TCP;UDP</DefineConstants>  | 
27 |  | -  </PropertyGroup>  | 
28 | 29 | 
 
  | 
29 | 30 |   <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">  | 
30 |  | -    <PackageReference Include="System.Net.Http" Version="4.3.0" />  | 
 | 31 | +    <PackageReference Include="System.Net.Http" Version="4.3.2" />  | 
31 | 32 |   </ItemGroup>  | 
32 | 33 | 
 
  | 
33 | 34 |   <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">  | 
34 |  | -    <PackageReference Include="System.Net.Http" Version="4.3.0" />  | 
 | 35 | +    <PackageReference Include="System.Net.Http" Version="4.3.2" />  | 
35 | 36 |   </ItemGroup>  | 
36 | 37 | 
 
  | 
37 | 38 |   <ItemGroup>  | 
38 | 39 |     <PackageReference Include="Serilog" Version="2.5.0" />  | 
39 | 40 |     <PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.1.1" />  | 
40 |  | -    <PackageReference Include="System.Net.Http" Version="4.3.2" />  | 
41 | 41 |   </ItemGroup>  | 
42 | 42 | 
 
  | 
43 | 43 | </Project>  | 
0 commit comments