Skip to content

Commit 19ea4f2

Browse files
authored
Drop net6.0 test target, add net8.0
1 parent 4da23c2 commit 19ea4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Serilog.Sinks.ApplicationInsights.Tests/Serilog.Sinks.ApplicationInsights.Tests.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;net4.8</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net4.8</TargetFrameworks>
55
<IsPackable>false</IsPackable>
66
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
77
<DeterministicSourcePaths>false</DeterministicSourcePaths>

0 commit comments

Comments
 (0)