Skip to content

Commit 7ae61e6

Browse files
committed
Review feedback
1 parent 725b6b2 commit 7ae61e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sample/Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

test/Serilog.Settings.Configuration.Tests/Serilog.Settings.Configuration.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

test/TestApp/TestApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PublishReferencesDocumentationFiles>false</PublishReferencesDocumentationFiles>
1010
<AllowedReferenceRelatedFileExtensions>none</AllowedReferenceRelatedFileExtensions>
1111
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
12+
<SelfContained>true</SelfContained>
1213
</PropertyGroup>
1314

1415
<ItemGroup Condition="$(Configuration) == 'Debug'">

0 commit comments

Comments
 (0)