Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JTOne123/WebApi.Hal into …
Browse files Browse the repository at this point in the history
…JTOne123-master
  • Loading branch information
panmanphil committed Oct 23, 2020
2 parents ddd9b98 + cddee07 commit ce5c490
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WebApi.Hal/WebApi.Hal.csproj
Expand Up @@ -16,11 +16,18 @@
3.10 updates to support multithreaded usage
3.0.0 first .net standard release
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.9" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.2" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
</ItemGroup>
Expand Down

0 comments on commit ce5c490

Please sign in to comment.