{"id":23553122,"url":"https://github.com/rhildred/appharbordotnetcoremvc","last_synced_at":"2025-05-15T17:33:36.103Z","repository":{"id":146396297,"uuid":"123975986","full_name":"rhildred/appharbordotnetcoremvc","owner":"rhildred","description":"dotnet core mvc 2.0 on appharbor","archived":false,"fork":false,"pushed_at":"2018-03-05T20:54:19.000Z","size":523,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T12:45:21.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhildred.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-05T20:40:13.000Z","updated_at":"2020-04-21T05:43:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5de5d53e-39ec-4775-b0f1-b281d76fda62","html_url":"https://github.com/rhildred/appharbordotnetcoremvc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fappharbordotnetcoremvc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fappharbordotnetcoremvc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fappharbordotnetcoremvc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhildred%2Fappharbordotnetcoremvc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhildred","download_url":"https://codeload.github.com/rhildred/appharbordotnetcoremvc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388026,"owners_count":22062970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-26T11:14:06.223Z","updated_at":"2025-05-15T17:33:36.083Z","avatar_url":"https://github.com/rhildred.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appharbordotnetcoremvc\ndotnet core mvc 2.0 on appharbor\n\n1. `dotnet new mvc`\n2. `dotnet new sln`\n3. `dotnet sln add \u003c\u003e.csproj`\n\nThen you want to change the \u003c\u003e.csproj from\n\n```\n\n\u003cProject Sdk=\"Microsoft.NET.Sdk.Web\"\u003e\n\n  \u003cPropertyGroup\u003e\n    \u003cTargetFramework\u003enetcoreapp2.0\u003c/TargetFramework\u003e\n  \u003c/PropertyGroup\u003e\n\n  \u003cItemGroup\u003e\n    \u003cPackageReference Include=\"Microsoft.AspNetCore.All\" Version=\"2.0.5\" /\u003e\n  \u003c/ItemGroup\u003e\n\n  \u003cItemGroup\u003e\n    \u003cDotNetCliToolReference Include=\"Microsoft.VisualStudio.Web.CodeGeneration.Tools\" Version=\"2.0.2\" /\u003e\n  \u003c/ItemGroup\u003e\n\n\u003c/Project\u003e\n\n```\n\nto this\n\n\n```\n\n\u003cProject Sdk=\"Microsoft.NET.Sdk.Web\" DefaultTargets=\"Publish\"\u003e\n\n  \u003cPropertyGroup\u003e\n    \u003cTargetFramework\u003enetcoreapp2.0\u003c/TargetFramework\u003e\n    \u003cPublishDir\u003e$(OutDir)_PublishedWebsites\\NetCoreApp\\\u003c/PublishDir\u003e\n  \u003c/PropertyGroup\u003e\n\n  \u003cItemGroup\u003e\n    \u003cPackageReference Include=\"Microsoft.AspNetCore.All\" Version=\"2.0.5\" /\u003e\n  \u003c/ItemGroup\u003e\n\n  \u003cItemGroup\u003e\n    \u003cDotNetCliToolReference Include=\"Microsoft.VisualStudio.Web.CodeGeneration.Tools\" Version=\"2.0.2\" /\u003e\n  \u003c/ItemGroup\u003e\n\n\u003c/Project\u003e\n\n```\n\nPush to bitbucket or github, deploy on appharbor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fappharbordotnetcoremvc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhildred%2Fappharbordotnetcoremvc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhildred%2Fappharbordotnetcoremvc/lists"}