mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #509] [MERGED] Adding netcoreapp3.1 as a target framework #949
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/509
Author: @APIWT
Created: 9/29/2020
Status: ✅ Merged
Merged: 9/30/2020
Merged by: @StefH
Base:
master← Head:netcore-app-target📝 Commits (3)
525ac4dAdding netcoreapp3.0 and netcoreapp3.1 as a target framework275dbe7Expanding NETSTANDARD check to include ASP.NET Core targetsaa7b1d0End of life netcoreapp3.0 changes and using NETCOREAPP3_1 instead of USE_ASPNETCORE where possible📊 Changes
4 files changed (+11 additions, -5 deletions)
View changed files
📝
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj(+1 -1)📝
src/WireMock.Net/Http/HttpClientHelper.cs(+1 -1)📝
src/WireMock.Net/Matchers/CSharpCodeMatcher.cs(+1 -1)📝
src/WireMock.Net/WireMock.Net.csproj(+8 -2)📄 Description
Attempting to remove a dependency on
Microsoft.AspNetCorepackages for projects targetting netcoreapp3.0 or greater#507
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.