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 935224d commit 8726518Copy full SHA for 8726518
src/JsonApiDotNetCore.Annotations/JsonApiDotNetCore.Annotations.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>$(TargetFrameworkName);netstandard1.0</TargetFrameworks>
4
<IsPackable>true</IsPackable>
@@ -45,4 +45,9 @@
45
<Compile Remove="**/*.netstandard.cs" />
46
<None Include="**/*.netstandard.cs" />
47
</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>
53
</Project>
0 commit comments