Skip to content

Commit

Permalink
chore(deps): make PolySharp and STJ 8 preview net7.0 only
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Jul 7, 2023
1 parent b6de807 commit 54b6d18
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/Pinecone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.1" />
<PackageReference Include="MinVer" Version="4.3.0">
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="System.Text.Json" Version="8.0.0-preview.5.23280.8" />
<PackageReference Include="PolySharp" Version="1.13.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="PolySharp" Version="1.13.2">
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.1" />
<PackageReference Include="MinVer" Version="4.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="RangeExtensions" Version="2.1.1" />
<PackageReference Include="System.Text.Json" Version="8.0.0-preview.5.23280.8" />
<PackageReference Include="Google.Protobuf" Version="3.23.4" />
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.55.0" />
Expand Down

0 comments on commit 54b6d18

Please sign in to comment.