File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
DocumentFormat.OpenXml.Benchmarks Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE
23
23
shell : pwsh
24
24
- name : Run benchmarks
25
- run : cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -- results --exporters json --filter '*'
25
+ run : cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -f net7.0 - - results --exporters json --filter '*'
26
26
shell : pwsh
27
27
- name : Write summary
28
28
shell : pwsh
Original file line number Diff line number Diff line change 12
12
</Compile >
13
13
</ItemGroup >
14
14
<ItemGroup >
15
- <!-- Need to bring this in manually as the test framework itself tries to bring in 9.0.0 -->
16
15
<PackageReference Include =" Newtonsoft.Json" />
17
16
<PackageReference Include =" System.ValueTuple" />
18
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >$(LatestTargetFramework)</TargetFramework >
3
+ <TargetFrameworks >$(LatestTargetFramework)</TargetFrameworks >
4
4
</PropertyGroup >
5
5
<PropertyGroup >
6
6
<OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments