Skip to content

Commit aa99885

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [CSScriptLib.Client461.csproj]
1 parent c19226c commit aa99885

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Source/.NET Core/CSScriptLib/src/CSScriptLib.Client461/CSScriptLib.Client461.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@
88
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
99
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1010
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
11+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12+
<IncludeSymbols>true</IncludeSymbols>
13+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1114
</PropertyGroup>
1215

16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
18+
</ItemGroup>
19+
20+
1321
<ItemGroup>
1422
<ProjectReference Include="..\CSScriptLib\CSScriptLib.csproj" />
1523
</ItemGroup>

0 commit comments

Comments
 (0)