This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
src/Homely.AspNetCore.Hosting.CoreApp/Homely.AspNetCore.Hosting.CoreApp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<PackageId>Homely.AspNetCore.Hosting.CoreApp</PackageId> | ||
<Version>0.0.0</Version> | ||
<Authors>Homely's developers</Authors> | ||
<Company>Homely</Company> | ||
<Product>Homely - ASP.NET Core Hosting core application-library.</Product> | ||
<Description>An opinionated ASP.NET Core 'Hosting' core application-library is to help reduce the ceremony required in starting a new 'REST' like web application, mainly "Program.cs".</Description> | ||
<Copyright>2018</Copyright> | ||
<ApplicationIcon /> | ||
<OutputType>Library</OutputType> | ||
<StartupObject /> | ||
<PackageProjectUrl>https://github.com/Homely/Homely.AspNetCore.Hosting.CoreApp</PackageProjectUrl> | ||
<PackageLicenseUrl>https://github.com/Homely/Homely.AspNetCore.Hosting.CoreApp/blob/master/LICENSE.txt</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/Homely/Homely.AspNetCore.Hosting.CoreApp</RepositoryUrl> | ||
<RepositoryType>.net c# .net-core</RepositoryType> | ||
<PackageTags>homely aspnetcore aspnet-core aspnet-core-2 c# hosting</PackageTags> | ||
<PackageIconUrl>https://i.imgur.com/PnxWhuz.jpg</PackageIconUrl> | ||
<IsPackable>true</IsPackable> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.5" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" /> | ||
<PackageReference Include="Serilog.Settings.Configuration" Version="3.0.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
35 changes: 0 additions & 35 deletions
35
src/Homely.AspNetCore.WebApi.CoreApp/Homely.AspNetCore.WebApi.CoreApp.csproj
This file was deleted.
Oops, something went wrong.