File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1616 <EmbedUntrackedSources >true</EmbedUntrackedSources >
1717 <IncludeSymbols >true</IncludeSymbols >
1818 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
19- <!-- Not required on .NET 10 GA, remove for 10.0.0 -->
20- <RestoreEnablePackagePruning Condition =" '$(TargetFramework)' == 'net462' " >false</RestoreEnablePackagePruning >
2119 </PropertyGroup >
2220 <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
2321 <Reference Include =" System" />
Original file line number Diff line number Diff line change 2929 <PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
3030 </ItemGroup >
3131
32- <ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
33- <PackageReference Include =" System.ValueTuple" Version =" 4.6.1" />
34- </ItemGroup >
35-
3632 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
3733 <DefineConstants >$(DefineConstants);FEATURE_ITUPLE</DefineConstants >
3834 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments