Skip to content

Commit 71d72ad

Browse files
committed
add net47 tfm
1 parent d3a8dcc commit 71d72ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Prometheus.Client.Abstractions/Prometheus.Client.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<RootNamespace>Prometheus.Client</RootNamespace>
4-
<TargetFrameworks>net462;netstandard2.0;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net462;net47;netstandard2.0;net6.0</TargetFrameworks>
55
<Description>Abstractions for Prometheus.Client</Description>
66
<RepositoryUrl>https://github.com/prom-client-net/prom-client</RepositoryUrl>
77
</PropertyGroup>

src/Prometheus.Client/Prometheus.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;netstandard2.0;net6.0</TargetFrameworks>
3+
<TargetFrameworks>net462;net47;netstandard2.0;net6.0</TargetFrameworks>
44
<Description>.NET client for Prometheus</Description>
55
<RepositoryUrl>https://github.com/prom-client-net/prom-client</RepositoryUrl>
66
</PropertyGroup>
7-
<ItemGroup Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'">
7+
<ItemGroup Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net47' OR '$(TargetFramework)' == 'netstandard2.0'">
88
<PackageReference Include="System.Memory" Version="4.6.3" />
99
</ItemGroup>
1010
<ItemGroup>

0 commit comments

Comments
 (0)