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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0;net7.0;net462 ;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net462; net6.0;net7.0;net8.0</TargetFrameworks >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<PublishReferencesDocumentationFiles >false</PublishReferencesDocumentationFiles >
10
10
<AllowedReferenceRelatedFileExtensions >none</AllowedReferenceRelatedFileExtensions >
11
11
<UseCurrentRuntimeIdentifier >true</UseCurrentRuntimeIdentifier >
12
+ <SelfContained >true</SelfContained >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup Condition =" $(Configuration) == 'Debug'" >
You can’t perform that action at this time.
0 commit comments