Skip to content

Commit

Permalink
fix: Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Antaris committed Sep 23, 2024
1 parent 6915ad3 commit d8d2189
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/SailthruSDK.Tests/SailthruSDK.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>SailthruSDK</RootNamespace>
</PropertyGroup>

Expand Down

0 comments on commit d8d2189

Please sign in to comment.