Skip to content

Commit 07ffc17

Browse files
committed
Fixing NuGet package info.
1 parent 57cf8c6 commit 07ffc17

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/WorldDomination.SimpleHosting/WorldDomination.SimpleHosting.csproj

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<Authors>Pure Krome</Authors>
88
<Company>World Domination Technologies</Company>
99
<Product>Simple : Hosting</Product>
10-
<Description>Making it simple to customize Hosting for your .NET Core 3.x+ application</Description>
10+
<Description>Making it simple to customize Hosting for your .NET Core 5.x+ application</Description>
1111
<Copyright>2020</Copyright>
1212
<OutputType>Library</OutputType>
1313
<PackageProjectUrl>https://github.com/PureKrome/SimpleHosting</PackageProjectUrl>
1414
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1515
<RepositoryUrl>https://github.com/PureKrome/SimpleHosting</RepositoryUrl>
1616
<RepositoryType>.net c# .net-core</RepositoryType>
17-
<PackageTags>netcore aspnetcore aspnet-core aspnet-core-2 c# hosting world-domination unicorn magicalunicorn magical-unicorn</PackageTags>
17+
<PackageTags>.net dotnet c# netcore aspnetcore aspnet-core hosting world-domination unicorn magicalunicorn magical-unicorn</PackageTags>
1818

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

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
35+
<PrivateAssets>all</PrivateAssets>
36+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
37+
</PackageReference>
3538
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
3639
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
3740
</ItemGroup>

0 commit comments

Comments
 (0)