File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
Stravaig.Configuration.Diagnostics.Core
Stravaig.Configuration.Diagnostics.Logging
Stravaig.Configuration.Diagnostics.Serilog Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,17 @@ Release notes at: $(StravaigReleaseNotes)
3131 <None Include =" stravaig-icon.png" Pack =" true" PackagePath =" " />
3232 </ItemGroup >
3333
34+ <PropertyGroup >
35+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
36+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
37+ <IncludeSymbols >true</IncludeSymbols >
38+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
39+ </PropertyGroup >
40+
41+ <ItemGroup >
42+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
43+ </ItemGroup >
44+
3445 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
3546 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 3.1.27" />
3647 </ItemGroup >
Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ Release notes at: $(StravaigReleaseNotes)
3030 <None Include =" stravaig-icon.png" Pack =" true" PackagePath =" " />
3131 </ItemGroup >
3232
33+ <PropertyGroup >
34+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
35+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
36+ <IncludeSymbols >true</IncludeSymbols >
37+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
38+ </PropertyGroup >
39+
40+ <ItemGroup >
41+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
42+ </ItemGroup >
43+
3344 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
3445 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 3.1.27" />
3546 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.27" />
Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ Release notes at: $(StravaigReleaseNotes)
3030 <None Include =" stravaig-icon.png" Pack =" true" PackagePath =" " />
3131 </ItemGroup >
3232
33+ <PropertyGroup >
34+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
35+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
36+ <IncludeSymbols >true</IncludeSymbols >
37+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
38+ </PropertyGroup >
39+
40+ <ItemGroup >
41+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
42+ </ItemGroup >
43+
3344 <ItemGroup >
3445 <ProjectReference Include =" ..\Stravaig.Configuration.Diagnostics.Core\Stravaig.Configuration.Diagnostics.Core.csproj" />
3546 </ItemGroup >
You can’t perform that action at this time.
0 commit comments