Skip to content

Commit

Permalink
[SNOW-990111] Add Mono.Unix library
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Jan 24, 2024
1 parent fa09941 commit 288b9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data/Snowflake.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Mono.Unix" Version="7.1.0-final.1.21458.1" Condition="'$(TargetFramework)' == 'net6.0'"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'net472'">
Expand Down

0 comments on commit 288b9b3

Please sign in to comment.