Skip to content

Commit e4f6e15

Browse files
committed
Remove attempts to work around RC2 build/test regressions, will need to wait for GA
1 parent 67ea733 commit e4f6e15

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
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" />

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
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>

0 commit comments

Comments
 (0)