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.
2 parents 17f1545 + 15f3e5b commit 21e286aCopy full SHA for 21e286a
Cake.FileHelpers/Cake.FileHelpers.csproj
@@ -3,7 +3,15 @@
3
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
4
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
7
+ <IncludeSymbols>true</IncludeSymbols>
8
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
9
</PropertyGroup>
10
+
11
+ <ItemGroup>
12
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13
+ </ItemGroup>
14
15
<PropertyGroup>
16
<PackageId>Cake.FileHelpers</PackageId>
17
<Title>Cake.FileHelpers</Title>
0 commit comments