File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
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 -->
You can’t perform that action at this time.
0 commit comments