Skip to content

Commit b6659e4

Browse files
authored
1 parent e5ec885 commit b6659e4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

NCrontab.Signed/NCrontab.Signed.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PackageId>NCrontab.Signed</PackageId>
2020
<PackageTags>cron;schedule;time</PackageTags>
2121
<PackageProjectUrl>https://github.com/atifaziz/NCrontab</PackageProjectUrl>
22+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2223
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
2324
<PackageOutputPath>..\dist</PackageOutputPath>
2425
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
@@ -28,6 +29,7 @@
2829
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2930
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
3031
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
32+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3133
</PropertyGroup>
3234

3335
<ItemGroup>
@@ -60,4 +62,8 @@
6062
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
6163
</ItemGroup>
6264

65+
<ItemGroup>
66+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="all" />
67+
</ItemGroup>
68+
6369
</Project>

NCrontab/NCrontab.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
<PackageId>NCrontab</PackageId>
1616
<PackageTags>cron;schedule;time</PackageTags>
1717
<PackageProjectUrl>https://github.com/atifaziz/NCrontab</PackageProjectUrl>
18+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1819
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
1920
<PackageOutputPath>..\dist</PackageOutputPath>
2021
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2122
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2223
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2324
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2425
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
26+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2527
</PropertyGroup>
2628

2729
<ItemGroup>
@@ -54,4 +56,8 @@
5456
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
5557
</ItemGroup>
5658

59+
<ItemGroup>
60+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="all" />
61+
</ItemGroup>
62+
5763
</Project>

0 commit comments

Comments
 (0)