We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19226c commit aa99885Copy full SHA for aa99885
Source/.NET Core/CSScriptLib/src/CSScriptLib.Client461/CSScriptLib.Client461.csproj
@@ -8,8 +8,16 @@
8
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
9
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
10
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
11
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
12
+ <IncludeSymbols>true</IncludeSymbols>
13
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
14
</PropertyGroup>
15
16
+ <ItemGroup>
17
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
18
+ </ItemGroup>
19
+
20
21
<ItemGroup>
22
<ProjectReference Include="..\CSScriptLib\CSScriptLib.csproj" />
23
</ItemGroup>
0 commit comments