File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 5757 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.2.0" />
5858 </ItemGroup >
5959
60+ <!-- Sourcelink -->
61+ <PropertyGroup >
62+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
63+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
64+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
65+ </PropertyGroup >
66+
67+ <ItemGroup >
68+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" >
69+ <PrivateAssets >all</PrivateAssets >
70+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
71+ </PackageReference >
72+ <PackageReference Include =" System.ValueTuple" Version =" 4.5.*" />
73+ </ItemGroup >
6074
6175</Project >
You can’t perform that action at this time.
0 commit comments