File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Serilog.Sinks.Console Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 55 <VersionPrefix >4.0.0</VersionPrefix >
66 <Authors >Serilog Contributors</Authors >
77 <TargetFrameworks >net45;netstandard1.3;netstandard2.0;netstandard2.1;netcoreapp1.1;netcoreapp2.0;netcoreapp3.0;netcoreapp3.1;</TargetFrameworks >
8+ <LangVersion >8.0</LangVersion >
9+ <Nullable >enable</Nullable >
810 <AssemblyName >Serilog.Sinks.Console</AssemblyName >
911 <AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
1012 <SignAssembly >true</SignAssembly >
2628 <RootNamespace >Serilog</RootNamespace >
2729 </PropertyGroup >
2830
29- <PropertyGroup >
30- <LangVersion >8.0</LangVersion >
31- <Nullable >enable</Nullable >
32- </PropertyGroup >
3331
3432 <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
3533 <DefineConstants >$(DefineConstants);PINVOKE</DefineConstants >
You can’t perform that action at this time.
0 commit comments