Skip to content

Commit

Permalink
Use the Maestro versions. (dotnet#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored Jul 28, 2023
1 parent ffa9dda commit 9a4ce8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/benchmarks/micro/MicroBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<!-- Allow building with one major version, and running using a sdk with a higher major version -->
<RollForward Condition="'$(BuildingForWasm)' == 'true'">LatestMajor</RollForward>
</PropertyGroup>

<!-- out-of-band packages that are not included in NetCoreApp have TFM-specific versions -->
<Choose>
<When Condition="'$(TargetFramework)' == 'net6.0'">
Expand All @@ -39,8 +40,8 @@
<When Condition="'$(TargetFramework)' == 'net8.0'">
<PropertyGroup>
<LangVersion>preview</LangVersion>
<ExtensionsVersion>8.0.*-*</ExtensionsVersion>
<SystemVersion>8.0.*-*</SystemVersion>
<ExtensionsVersion>$(MicrosoftExtensionsLoggingPackageVersion)</ExtensionsVersion>
<SystemVersion>$(SystemThreadingChannelsPackageVersion)</SystemVersion>
</PropertyGroup>
</When>
<Otherwise>
Expand Down

0 comments on commit 9a4ce8a

Please sign in to comment.