mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #124] [MERGED] Use .NET Core 3.0 SDK to build #242
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/quamotion/dotnet-packaging/pull/124
Author: @qmfrederik
Created: 11/21/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @qmfrederik
Base:
master← Head:fixes/netcoreapp3.0📝 Commits (10+)
ceddc64Apps: target netcoreapp2.0, netcoreapp2.1 and netcoreapp3.0391b939Unit tests: run on netcoreapp3.02e62a05Use .NET SDK 3.09a0f002dotnet tools are a .NET Core 2.1 thingfbd3572Use netcoreapp3.0231d5baRemove Microsoft.AspNetCore.All reference8822adeUpdate ASP.NET Core projectaa87053Update reference.txt after netcoreapp3.0 upgrade2280c99Fix orderingf6ecfbaSystem.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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.