We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6550ab1 commit d6204d7Copy full SHA for d6204d7
1 file changed
Winton.Extensions.Threading.Actor/Winton.Extensions.Threading.Actor.csproj
@@ -26,6 +26,13 @@
26
<Description>An implementation of an actor designed to integrate with C#'s async/await.</Description>
27
<Company>Winton</Company>
28
<LangVersion>latest</LangVersion>
29
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
30
+ <IncludeSymbols>true</IncludeSymbols>
31
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
32
</PropertyGroup>
33
34
+ <ItemGroup>
35
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
36
+ </ItemGroup>
37
+
38
</Project>
0 commit comments