File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3333 <None Include =" $(MSBuildThisFileDirectory)openfeature-icon.png" Pack =" true" PackagePath =" \" />
3434 </ItemGroup >
3535
36+ <!-- SourceLink configuration for .NET SDK 8+ -->
37+ <!-- https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/source-link -->
38+ <PropertyGroup Label =" SourceLink" >
39+ <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
40+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
41+ <!-- Embed source files that are not tracked by the source control manager in the PDB -->
42+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
43+ <!-- Include symbols in a separate .snupkg file -->
44+ <IncludeSymbols >true</IncludeSymbols >
45+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
46+ </PropertyGroup >
47+
3648</Project >
You can’t perform that action at this time.
0 commit comments