File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net7.0;net462 ;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net462; net6.0;net7.0;net8.0</TargetFrameworks >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net48</TargetFrameworks >
5- <TargetFrameworks >$(TargetFrameworks);net7 .0;net6 .0;net8.0</TargetFrameworks >
5+ <TargetFrameworks >$(TargetFrameworks);net6 .0;net7 .0;net8.0</TargetFrameworks >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 99 <PublishReferencesDocumentationFiles >false</PublishReferencesDocumentationFiles >
1010 <AllowedReferenceRelatedFileExtensions >none</AllowedReferenceRelatedFileExtensions >
1111 <UseCurrentRuntimeIdentifier >true</UseCurrentRuntimeIdentifier >
12+ <SelfContained >true</SelfContained >
1213 </PropertyGroup >
1314
1415 <ItemGroup Condition =" $(Configuration) == 'Debug'" >
You can’t perform that action at this time.
0 commit comments