Skip to content

Commit 9a4ce8a

Browse files
authored
Use the Maestro versions. (#3175)
1 parent ffa9dda commit 9a4ce8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/benchmarks/micro/MicroBenchmarks.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- Allow building with one major version, and running using a sdk with a higher major version -->
2121
<RollForward Condition="'$(BuildingForWasm)' == 'true'">LatestMajor</RollForward>
2222
</PropertyGroup>
23+
2324
<!-- out-of-band packages that are not included in NetCoreApp have TFM-specific versions -->
2425
<Choose>
2526
<When Condition="'$(TargetFramework)' == 'net6.0'">
@@ -39,8 +40,8 @@
3940
<When Condition="'$(TargetFramework)' == 'net8.0'">
4041
<PropertyGroup>
4142
<LangVersion>preview</LangVersion>
42-
<ExtensionsVersion>8.0.*-*</ExtensionsVersion>
43-
<SystemVersion>8.0.*-*</SystemVersion>
43+
<ExtensionsVersion>$(MicrosoftExtensionsLoggingPackageVersion)</ExtensionsVersion>
44+
<SystemVersion>$(SystemThreadingChannelsPackageVersion)</SystemVersion>
4445
</PropertyGroup>
4546
</When>
4647
<Otherwise>

0 commit comments

Comments
 (0)