Skip to content

Commit 1584439

Browse files
committed
update tfm to net8.0
1 parent 4d9af51 commit 1584439

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Prometheus.Client.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Description>ASP.NET Core middleware for the Prometheus.Client</Description>
4-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
3+
<Description>ASP.NET Core middleware for Prometheus.Client</Description>
4+
<TargetFramework>net8.0</TargetFramework>
55
<RepositoryUrl>https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
</PropertyGroup>

tests/Prometheus.Client.AspNetCore.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
3+
<TargetFramework>net8.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<NoWarn>$(NoWarn);CS0618</NoWarn>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
9-
<PackageReference Include="xunit" Version="2.9.3" />
9+
<PackageReference Include="xunit.v3" Version="2.0.2 " />
1010
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)