Skip to content

Commit 58edfd4

Browse files
Merge branch 'main' into feat/batch-check
2 parents f29aa43 + d596eeb commit 58edfd4

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Reading and following these guidelines will help us make the contribution proces
1010
* [Getting Started](#getting-started)
1111
* [Making Changes](#making-changes)
1212
* [Opening Issues](#opening-issues)
13-
* [Submitting Pull Requests](#submitting-pull-requests) [Note: We are not accepting Pull Requests at this time!]
13+
* [Submitting Pull Requests](#submitting-pull-requests)
1414
* [Getting in Touch](#getting-in-touch)
1515
* [Have a question or problem?](#have-a-question-or-problem)
1616
* [Vulnerability Reporting](#vulnerability-reporting)

src/OpenFga.Sdk/OpenFga.Sdk.csproj

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -38,18 +38,12 @@
3838
<Nullable>enable</Nullable>
3939
</PropertyGroup>
4040

41-
<!-- Common package references for all frameworks -->
42-
<ItemGroup>
43-
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
44-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
45-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.9" />
46-
</ItemGroup>
47-
4841
<!-- Packages needed for .NET versions < .NET 8 -->
4942
<ItemGroup Condition="'$(IsNet8OrGreater)' != 'true'">
50-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.9" />
51-
<PackageReference Include="System.Net.Http.Json" Version="9.0.9" />
52-
<PackageReference Include="System.Text.Json" Version="9.0.9" />
43+
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
44+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
45+
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
46+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
5347
</ItemGroup>
5448

5549
<!-- .NET Framework 4.8 specific packages -->

0 commit comments

Comments
 (0)