Skip to content

Commit 3b2d346

Browse files
committed
Update Serilog.Settings.Configuration.Tests.csproj
1 parent cdb8710 commit 3b2d346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0;netcoreapp3.1;net48</TargetFrameworks>
4+
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net48</TargetFrameworks>
5+
<TargetFrameworks>$(TargetFrameworks);net7.0;netcoreapp3.1</TargetFrameworks>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)