-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
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
Labels
No labels