Skip to content

Commit

Permalink
Test on .net 8. Functions doesn't support .net 8 yet but now we at le…
Browse files Browse the repository at this point in the history
…ast know that the unit tests run on .net 8
  • Loading branch information
ThomasArdal committed Nov 27, 2023
1 parent d65430f commit 459f96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 459f96c

Please sign in to comment.