[PR #509] [MERGED] Adding netcoreapp3.1 as a target framework #949

Closed
opened 2025-12-29 15:34:26 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: netcore-app-target


📝 Commits (3)

  • 525ac4d Adding netcoreapp3.0 and netcoreapp3.1 as a target framework
  • 275dbe7 Expanding NETSTANDARD check to include ASP.NET Core targets
  • aa7b1d0 End 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.AspNetCore packages 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/509 **Author:** [@APIWT](https://github.com/APIWT) **Created:** 9/29/2020 **Status:** ✅ Merged **Merged:** 9/30/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `netcore-app-target` --- ### 📝 Commits (3) - [`525ac4d`](https://github.com/wiremock/WireMock.Net/commit/525ac4d2d74b3fbb45beaa11f7806dc9a0edfd7f) Adding netcoreapp3.0 and netcoreapp3.1 as a target framework - [`275dbe7`](https://github.com/wiremock/WireMock.Net/commit/275dbe7a8d112c9ce0d83bf5a809cad4b15fe2e8) Expanding NETSTANDARD check to include ASP.NET Core targets - [`aa7b1d0`](https://github.com/wiremock/WireMock.Net/commit/aa7b1d064fb11ae9ed38dd443ca203e1a989afd6) End of life netcoreapp3.0 changes and using NETCOREAPP3_1 instead of USE_ASPNETCORE where possible ### 📊 Changes **4 files changed** (+11 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Attempting to remove a dependency on `Microsoft.AspNetCore` packages for projects targetting netcoreapp3.0 or greater #507 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:26 +01:00
adam closed this issue 2025-12-29 15:34:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#949