Skip to content

Commit

Permalink
Bump pkg version to 1.1.16 to force nuget regen to remove build-time …
Browse files Browse the repository at this point in the history
…dependencies. (#61)
  • Loading branch information
jthelin authored Nov 12, 2018
1 parent 024ecd1 commit 5dc9edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ServerHost/ServerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.15</Version>
<Version>1.1.16</Version>
<Authors>Jorgen Thelin</Authors>
<Copyright>Copyright © Jorgen Thelin 2015-2018</Copyright>
<Description>ServerHost - A .NET Server Hosting utility library, including in-process server host testing.</Description>
Expand Down Expand Up @@ -53,7 +53,6 @@

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 5dc9edb

Please sign in to comment.