Skip to content

Commit 8726518

Browse files
committed
Fix SourceLink and IntelliSense on doc-comments in Annotations
1 parent 935224d commit 8726518

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(TargetFrameworkName);netstandard1.0</TargetFrameworks>
44
<IsPackable>true</IsPackable>
@@ -45,4 +45,9 @@
4545
<Compile Remove="**/*.netstandard.cs" />
4646
<None Include="**/*.netstandard.cs" />
4747
</ItemGroup>
48+
49+
<ItemGroup>
50+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
51+
<PackageReference Include="SauceControl.InheritDoc" Version="1.3.0" PrivateAssets="All" />
52+
</ItemGroup>
4853
</Project>

0 commit comments

Comments
 (0)