Skip to content

Commit d34cf89

Browse files
committed
Add sourcelink
1 parent f249175 commit d34cf89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/IntelliTect.AspNetCore.SignalR.SqlServer/IntelliTect.AspNetCore.SignalR.SqlServer.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@
44
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
55
<LangVersion>9.0</LangVersion>
66
<Nullable>enable</Nullable>
7+
8+
<!-- Sourcelink: -->
9+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
10+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
11+
<IncludeSymbols>true</IncludeSymbols>
12+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
713
</PropertyGroup>
814

915
<ItemGroup>
16+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
17+
1018
<PackageReference Include="MessagePack" Version="2.3.75" />
1119
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
1220
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />

0 commit comments

Comments
 (0)