File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/prometheus-net.DotNetRuntime Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2424 <PackageLicense >https://github.com/djluck/prometheus-net.DotNetRuntime/blob/master/LICENSE.txt</PackageLicense >
2525 <Configurations >ReleaseV2;DebugV2;DebugV3;ReleaseV3</Configurations >
2626 <Platforms >AnyCPU</Platforms >
27- <TargetFrameworks >netcoreapp2.2;netcoreapp3.0</TargetFrameworks >
27+ <TargetFrameworks >netcoreapp2.2;netcoreapp3.0;netstandard2.1 </TargetFrameworks >
2828 <LangVersion >8</LangVersion >
2929 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
3030 <NoWarn >1701;1702;CS1591;</NoWarn >
3131 </PropertyGroup >
3232
33+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
34+ <PackageReference Include =" System.Collections.Immutable" Version =" 1.6.0" />
35+ </ItemGroup >
36+
3337 <PropertyGroup Condition =" $(Configuration.StartsWith('Release')) " >
3438 <Optimize Condition =" '$(Optimize)' == '' " >true</Optimize >
3539 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments