Skip to content

Conversation

@adamsitnik
Copy link
Member

This PR consists of:

@timcassell I saw your comment here:

<!-- Do not update these packages, or else netcoreapp3.1 may no longer work -->
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />

And tested the netcoreapp3.1 support with my changes:

dotnet run -c Release -f net8.0 --filter *IntroBasic.Sleep --project .\samples\BenchmarkDotNet.Samples\BenchmarkDotNet.Samples.csproj -- --runtimes netcoreapp3.1 --job dry

It works:

image

LoopedBard3 and others added 3 commits January 7, 2025 14:31
…e into account _s in net10.0 and beyond enum names, and updated the ConfigParserTests to take this update into account.
… old version of System.Collections.Immutable
@adamsitnik adamsitnik merged commit 3904631 into master Jan 7, 2025
14 checks passed
@adamsitnik adamsitnik deleted the net10 branch January 7, 2025 16:28
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<Nullable>annotations</Nullable>
<!-- Lets supress the "System.Collections.Immutable 8.0.0 doesn't support netcoreapp3.1" warning -->
Copy link
Collaborator

Choose a reason for hiding this comment

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

Interesting, I wonder if that works for netcoreapp2.0, and if we could revert #2505.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting assembly conflict warnings on net471 after updating to 0.14.0 from 0.13.12

4 participants