File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 19
19
<PackageId >NCrontab.Signed</PackageId >
20
20
<PackageTags >cron;schedule;time</PackageTags >
21
21
<PackageProjectUrl >https://github.com/atifaziz/NCrontab</PackageProjectUrl >
22
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
22
23
<PackageLicenseFile >COPYING.txt</PackageLicenseFile >
23
24
<PackageOutputPath >..\dist</PackageOutputPath >
24
25
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
28
29
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
29
30
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
30
31
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
32
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
31
33
</PropertyGroup >
32
34
33
35
<ItemGroup >
60
62
<PackageReference Include =" System.Net.Primitives" Version =" 4.3.0" />
61
63
</ItemGroup >
62
64
65
+ <ItemGroup >
66
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-*" PrivateAssets =" all" />
67
+ </ItemGroup >
68
+
63
69
</Project >
Original file line number Diff line number Diff line change 15
15
<PackageId >NCrontab</PackageId >
16
16
<PackageTags >cron;schedule;time</PackageTags >
17
17
<PackageProjectUrl >https://github.com/atifaziz/NCrontab</PackageProjectUrl >
18
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18
19
<PackageLicenseFile >COPYING.txt</PackageLicenseFile >
19
20
<PackageOutputPath >..\dist</PackageOutputPath >
20
21
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
21
22
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
22
23
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
23
24
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
24
25
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
26
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
25
27
</PropertyGroup >
26
28
27
29
<ItemGroup >
54
56
<PackageReference Include =" System.Net.Primitives" Version =" 4.3.0" />
55
57
</ItemGroup >
56
58
59
+ <ItemGroup >
60
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-*" PrivateAssets =" all" />
61
+ </ItemGroup >
62
+
57
63
</Project >
You can’t perform that action at this time.
0 commit comments