Skip to content

Commit

Permalink
some more
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Jun 28, 2023
1 parent a687fea commit f2457bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<Reference Condition="$(IsFramework)" Include="WindowsBase" />
</ItemGroup>
<!-- The tool is used by default, but we don't want it to. It must be set in a target to ensure it is not overridden -->
<Target Name="BeforeResGen" Condition=" '$(TargetFramework)' == 'net35' ">
Expand All @@ -27,7 +28,4 @@
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)\packages\</PackageOutputPath>
<PackageOutputPath Condition="$(IsShipped)">$(PackageOutputPath)shipping\</PackageOutputPath>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' OR $(TargetFramework.StartsWith('net4'))">
<Reference Include="WindowsBase" />
</ItemGroup>
</Project>

1 comment on commit f2457bc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ElementMetadataTests

Benchmark suite Current: f2457bc Previous: e2b8a44 Ratio
DocumentFormat.OpenXml.Benchmarks.ElementMetadataTests.CreateWithInstance 28.80435203228678 ns (± 0.35847670707714235) 26.193310494606312 ns (± 0.8260131565293166) 1.10
DocumentFormat.OpenXml.Benchmarks.ElementMetadataTests.CreateWithGeneric 54.37910603559934 ns (± 0.9277022743975392) 37.67914932727814 ns (± 1.1080663276880038) 1.44

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.