File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed 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