File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/IntelliTect.AspNetCore.SignalR.SqlServer Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments