|
3 | 3 | <PropertyGroup> |
4 | 4 | <Description>Asynchronous sink wrapper for Serilog.</Description> |
5 | 5 | <AssemblyVersion>1.0.0</AssemblyVersion> |
6 | | - <VersionPrefix>1.2.0</VersionPrefix> |
| 6 | + <VersionPrefix>1.3.0</VersionPrefix> |
7 | 7 | <Authors>Jezz Santos;Serilog Contributors</Authors> |
8 | 8 | <TargetFrameworks>net45;netstandard1.1</TargetFrameworks> |
9 | 9 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
10 | 10 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
11 | 11 | <AssemblyName>Serilog.Sinks.Async</AssemblyName> |
| 12 | + <RootNamespace>Serilog</RootNamespace> |
12 | 13 | <AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile> |
13 | 14 | <SignAssembly>true</SignAssembly> |
14 | 15 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
|
18 | 19 | <PackageProjectUrl>https://serilog.net</PackageProjectUrl> |
19 | 20 | <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
20 | 21 | <TreatWarningsAsErrors>True</TreatWarningsAsErrors> |
| 22 | + </PropertyGroup> |
| 23 | + |
| 24 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net45' "> |
21 | 25 | <!-- Don't reference the full NETStandard.Library --> |
22 | 26 | <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> |
23 | 27 | </PropertyGroup> |
24 | | - |
| 28 | + |
25 | 29 | <ItemGroup> |
26 | | - <PackageReference Include="Serilog" Version="2.5.0" /> |
| 30 | + <PackageReference Include="Serilog" Version="2.7.1" /> |
27 | 31 | </ItemGroup> |
28 | 32 |
|
29 | 33 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
30 | 34 | <Reference Include="System" /> |
31 | 35 | <Reference Include="Microsoft.CSharp" /> |
32 | 36 | </ItemGroup> |
33 | 37 |
|
34 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' "> |
35 | | - <PackageReference Include="System.Collections.Concurrent" Version="4.0.12" /> |
36 | | - </ItemGroup> |
37 | | - |
38 | 38 | </Project> |
0 commit comments