Skip to content

Commit

Permalink
Fixing NuGet package info.
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome committed Jan 7, 2021
1 parent 57cf8c6 commit 07ffc17
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<Authors>Pure Krome</Authors>
<Company>World Domination Technologies</Company>
<Product>Simple : Hosting</Product>
<Description>Making it simple to customize Hosting for your .NET Core 3.x+ application</Description>
<Description>Making it simple to customize Hosting for your .NET Core 5.x+ application</Description>
<Copyright>2020</Copyright>
<OutputType>Library</OutputType>
<PackageProjectUrl>https://github.com/PureKrome/SimpleHosting</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryUrl>https://github.com/PureKrome/SimpleHosting</RepositoryUrl>
<RepositoryType>.net c# .net-core</RepositoryType>
<PackageTags>netcore aspnetcore aspnet-core aspnet-core-2 c# hosting world-domination unicorn magicalunicorn magical-unicorn</PackageTags>
<PackageTags>.net dotnet c# netcore aspnetcore aspnet-core hosting world-domination unicorn magicalunicorn magical-unicorn</PackageTags>

<!-- Microsoft.NET.Sdk.Web aren't ment for packaging into dll's. You usually publish a website.
As such, we need to specify that this is ok to do -->
Expand All @@ -31,7 +31,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 07ffc17

Please sign in to comment.