Skip to content

Also target .NET Standard 2.1 #21

@blankensteiner

Description

@blankensteiner

Seems like all that is needed for this to work is to add it as a target framework in prometheus-net.DotNetRuntime.csproj:

<TargetFrameworks>netcoreapp2.2;netcoreapp3.0;netstandard2.1</TargetFrameworks>

And then add this dependency:

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
  <PackageReference Include="System.Collections.Immutable" Version="1.6.0" />
</ItemGroup>

Would that be possible? I can create a PR for it if you want.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions