Skip to content

Commit 71a66b0

Browse files
authored
Update postbuild testing to .NET 8 (#1716)
I really need a more unified way of doing this....
1 parent f7d8957 commit 71a66b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Couchbase.Lite.Tests.NetCore/Couchbase.Lite.Tests.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;net6.0</TargetFrameworks>
3+
<TargetFrameworks>net462;net8.0</TargetFrameworks>
44
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
55
<LangVersion>latest</LangVersion>
66
</PropertyGroup>

0 commit comments

Comments
 (0)