Commit 07ffc17 1 parent 57cf8c6 commit 07ffc17 Copy full SHA for 07ffc17
File tree 1 file changed +6
-3
lines changed
src/WorldDomination.SimpleHosting
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
<Authors >Pure Krome</Authors >
8
8
<Company >World Domination Technologies</Company >
9
9
<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 >
11
11
<Copyright >2020</Copyright >
12
12
<OutputType >Library</OutputType >
13
13
<PackageProjectUrl >https://github.com/PureKrome/SimpleHosting</PackageProjectUrl >
14
14
<PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
15
15
<RepositoryUrl >https://github.com/PureKrome/SimpleHosting</RepositoryUrl >
16
16
<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 >
18
18
19
19
<!-- Microsoft.NET.Sdk.Web aren't ment for packaging into dll's. You usually publish a website.
20
20
As such, we need to specify that this is ok to do -->
31
31
</PropertyGroup >
32
32
33
33
<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 >
35
38
<PackageReference Include =" Serilog.AspNetCore" Version =" 3.4.0" />
36
39
<PackageReference Include =" Serilog.Settings.Configuration" Version =" 3.1.0" />
37
40
</ItemGroup >
You can’t perform that action at this time.
0 commit comments