Archived Support Site

This support site is archived. You can view the old support discussions but you cannot post new discussions.

.NET Core 3.1 still won't work

Claes's Avatar

Claes

29 Sep, 2020 01:02 PM

Hi,

As per the discussion in https://support.appharbor.com/discussions/problems/112213-cannot-go..., I fixed my .csproj file as shown:

<Project Sdk="Microsoft.NET.Sdk.Web" DefaultTargets="Publish">
  <PropertyGroup>
    <TargetFramework>netcoreapp3.1</TargetFramework>
      <PublishDir>$(OutDir)_PublishedWebsites\NetCoreApp\</PublishDir>
  </PropertyGroup>
</Project>

Is there something else that needs to be done in order to get a .NET Core 3.1 application running? I too am getting the Welcome to nginx! page.

Discussions are closed to public comments.
If you need help with AppHarbor please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac