From bcda6bfe5b086a85fd956a23c67cda2fd83849c6 Mon Sep 17 00:00:00 2001 From: Kaliumhexacyanoferrat Date: Mon, 3 Jul 2023 16:38:26 +0200 Subject: [PATCH] Update to GenHTTP & .NET 7 --- MockH.Tests/MockH.Tests.csproj | 12 ++++++------ MockH/MockH.csproj | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/MockH.Tests/MockH.Tests.csproj b/MockH.Tests/MockH.Tests.csproj index 38df808..4acc87b 100644 --- a/MockH.Tests/MockH.Tests.csproj +++ b/MockH.Tests/MockH.Tests.csproj @@ -2,7 +2,7 @@ - net6.0 + net7.0 enable 10.0 @@ -15,14 +15,14 @@ - + - + - - + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MockH/MockH.csproj b/MockH/MockH.csproj index 3986964..1d4dd3d 100644 --- a/MockH/MockH.csproj +++ b/MockH/MockH.csproj @@ -1,30 +1,30 @@ - - net6.0 + + net6.0;net7.0 enable 10.0 enable true - 1.5.0.0 - 1.5.0.0 - 1.5.0 + 1.5.0.0 + 1.5.0.0 + 1.5.0 - Andreas Nägeli - + Andreas Nägeli + - LICENSE - https://github.com/Kaliumhexacyanoferrat/MockH + LICENSE + https://github.com/Kaliumhexacyanoferrat/MockH - Library to mock HTTP responses in an integration or acceptance test written in C#. - Mock Mocking HTTP Requests Request Response Web Webserver Server Test Testing Component Integration Acceptance + Library to mock HTTP responses in an integration or acceptance test written in C#. + Mock Mocking HTTP Requests Request Response Web Webserver Server Test Testing Component Integration Acceptance - true - true - snupkg + true + true + snupkg true @@ -34,9 +34,9 @@ - + - +