Skip to content

Commit

Permalink
Auto-generate binding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 19, 2025
1 parent cbcc8df commit 2a3ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Funcky.Async.Test/Funcky.Async.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Linq.Async" VersionOverride="$(SystemLinqAsyncVersion)" Condition="'$(SystemLinqAsyncVersion)' != ''" />
Expand Down
1 change: 1 addition & 0 deletions Funcky.Test/Funcky.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FsCheck.Xunit" />
Expand Down

0 comments on commit 2a3ec99

Please sign in to comment.