[PR #124] [MERGED] Use .NET Core 3.0 SDK to build #242

Open
opened 2026-01-29 16:31:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/124
Author: @qmfrederik
Created: 11/21/2019
Status: Merged
Merged: 11/21/2019
Merged by: @qmfrederik

Base: masterHead: fixes/netcoreapp3.0


📝 Commits (10+)

  • ceddc64 Apps: target netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0
  • 391b939 Unit tests: run on netcoreapp3.0
  • 2e62a05 Use .NET SDK 3.0
  • 9a0f002 dotnet tools are a .NET Core 2.1 thing
  • fbd3572 Use netcoreapp3.0
  • 231d5ba Remove Microsoft.AspNetCore.All reference
  • 8822ade Update ASP.NET Core project
  • aa87053 Update reference.txt after netcoreapp3.0 upgrade
  • 2280c99 Fix ordering
  • f6ecfba System.Security.Cryptography.Native.so

📊 Changes

82 files changed (+204 additions, -23410 deletions)

View changed files

📝 .travis.yml (+3 -3)
📝 Packaging.Targets.Tests/Packaging.Targets.Tests.csproj (+1 -1)
📝 appveyor.yml (+4 -4)
demo/aspnetcore/.bowerrc (+0 -3)
demo/aspnetcore/Controllers/HomeController.cs (+0 -35)
📝 demo/aspnetcore/Program.cs (+13 -11)
demo/aspnetcore/Properties/launchSettings.json (+27 -0)
📝 demo/aspnetcore/Startup.cs (+12 -32)
demo/aspnetcore/Views/Home/About.cshtml (+0 -7)
demo/aspnetcore/Views/Home/Contact.cshtml (+0 -17)
demo/aspnetcore/Views/Home/Index.cshtml (+0 -109)
demo/aspnetcore/Views/Shared/Error.cshtml (+0 -14)
demo/aspnetcore/Views/Shared/_Layout.cshtml (+0 -67)
demo/aspnetcore/Views/_ViewImports.cshtml (+0 -2)
demo/aspnetcore/Views/_ViewStart.cshtml (+0 -3)
demo/aspnetcore/appsettings.Development.json (+9 -0)
📝 demo/aspnetcore/appsettings.json (+6 -6)
📝 demo/aspnetcore/aspnetcore.csproj (+6 -8)
demo/aspnetcore/bower.json (+0 -10)
demo/aspnetcore/bundleconfig.json (+0 -24)

...and 62 more files

📄 Description

  • Build the .NET tools targetting netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0. This allows you to run them using an environment which has any of these frameworks available
  • Use .NET Core 3.0 for building, and use netcoreapp3.0 for the unit tests.
  • Regenerate the ASP.NET demo project using the .NET Core 3.0 template

🔄 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/quamotion/dotnet-packaging/pull/124 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 11/21/2019 **Status:** ✅ Merged **Merged:** 11/21/2019 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/netcoreapp3.0` --- ### 📝 Commits (10+) - [`ceddc64`](https://github.com/quamotion/dotnet-packaging/commit/ceddc640a39fc42df56d30318e9372e44b74c26b) Apps: target netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0 - [`391b939`](https://github.com/quamotion/dotnet-packaging/commit/391b939dde7a874f5a7c6ed110ae92e64bde5ad2) Unit tests: run on netcoreapp3.0 - [`2e62a05`](https://github.com/quamotion/dotnet-packaging/commit/2e62a0555e462c51a11f8e967f807e66e27d0d9b) Use .NET SDK 3.0 - [`9a0f002`](https://github.com/quamotion/dotnet-packaging/commit/9a0f002f15d728d5a689f9660dee53b72a18b0e4) dotnet tools are a .NET Core 2.1 thing - [`fbd3572`](https://github.com/quamotion/dotnet-packaging/commit/fbd357218b6392f6ac0e39b9d36615398ad5cd8c) Use netcoreapp3.0 - [`231d5ba`](https://github.com/quamotion/dotnet-packaging/commit/231d5ba2fd9ed06dd5cf4461ab859ed6710a62dc) Remove Microsoft.AspNetCore.All reference - [`8822ade`](https://github.com/quamotion/dotnet-packaging/commit/8822ade7a586c70175aa05b2835f53650932ea74) Update ASP.NET Core project - [`aa87053`](https://github.com/quamotion/dotnet-packaging/commit/aa87053b14e0fadea04eceef25ea7248fd4f9f1a) Update reference.txt after netcoreapp3.0 upgrade - [`2280c99`](https://github.com/quamotion/dotnet-packaging/commit/2280c99c4d19d5e3ce02cab15229fa255046c2a9) Fix ordering - [`f6ecfba`](https://github.com/quamotion/dotnet-packaging/commit/f6ecfba6f6526cc32841fc44d64bd67f27f40efe) System.Security.Cryptography.Native.so ### 📊 Changes **82 files changed** (+204 additions, -23410 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -3) 📝 `Packaging.Targets.Tests/Packaging.Targets.Tests.csproj` (+1 -1) 📝 `appveyor.yml` (+4 -4) ➖ `demo/aspnetcore/.bowerrc` (+0 -3) ➖ `demo/aspnetcore/Controllers/HomeController.cs` (+0 -35) 📝 `demo/aspnetcore/Program.cs` (+13 -11) ➕ `demo/aspnetcore/Properties/launchSettings.json` (+27 -0) 📝 `demo/aspnetcore/Startup.cs` (+12 -32) ➖ `demo/aspnetcore/Views/Home/About.cshtml` (+0 -7) ➖ `demo/aspnetcore/Views/Home/Contact.cshtml` (+0 -17) ➖ `demo/aspnetcore/Views/Home/Index.cshtml` (+0 -109) ➖ `demo/aspnetcore/Views/Shared/Error.cshtml` (+0 -14) ➖ `demo/aspnetcore/Views/Shared/_Layout.cshtml` (+0 -67) ➖ `demo/aspnetcore/Views/_ViewImports.cshtml` (+0 -2) ➖ `demo/aspnetcore/Views/_ViewStart.cshtml` (+0 -3) ➕ `demo/aspnetcore/appsettings.Development.json` (+9 -0) 📝 `demo/aspnetcore/appsettings.json` (+6 -6) 📝 `demo/aspnetcore/aspnetcore.csproj` (+6 -8) ➖ `demo/aspnetcore/bower.json` (+0 -10) ➖ `demo/aspnetcore/bundleconfig.json` (+0 -24) _...and 62 more files_ </details> ### 📄 Description - Build the .NET tools targetting netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0. This allows you to run them using an environment which has any of these frameworks available - Use .NET Core 3.0 for building, and use netcoreapp3.0 for the unit tests. - Regenerate the ASP.NET demo project using the .NET Core 3.0 template --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#242