Skip to content

Commit

Permalink
Use RC version of signing library
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydabase committed Apr 15, 2024
1 parent 1373155 commit 446947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/test/truelayer-signing.test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.2;netcoreapp3.1;net5.0,net6.0,net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>8</LangVersion>
<WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8618</WarningsAsErrors>
Expand Down

0 comments on commit 446947b

Please sign in to comment.