File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Serilog.Sinks.Console Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <Description >A Serilog sink that writes log events to the console/terminal.</Description >
55 <VersionPrefix >4.0.0</VersionPrefix >
66 <Authors >Serilog Contributors</Authors >
7- <TargetFrameworks >net45;netstandard1.3;netstandard2.0;netcoreapp1.1</TargetFrameworks >
7+ <TargetFrameworks >net45;netstandard1.3;netstandard2.0;netcoreapp1.1;netcoreapp2.0 </TargetFrameworks >
88 <AssemblyName >Serilog.Sinks.Console</AssemblyName >
99 <AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
1010 <SignAssembly >true</SignAssembly >
2020 <GenerateAssemblyFileVersionAttribute >true</GenerateAssemblyFileVersionAttribute >
2121 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2222 <!-- Don't reference the full NETStandard.Library -->
23- <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' != 'netstandard2.0' " >true</DisableImplicitFrameworkReferences >
23+ <DisableImplicitFrameworkReferences Condition =" '$(TargetFramework)' != 'netstandard2.0' And '$(TargetFramework)' != 'netcoreapp2.0' " >true</DisableImplicitFrameworkReferences >
2424 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
2525 <TreatSpecificWarningsAsErrors />
2626 <RootNamespace >Serilog</RootNamespace >
5353 <PackageReference Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
5454 <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
5555 </ItemGroup >
56+
5657
5758</Project >
You can’t perform that action at this time.
0 commit comments