File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 9
9
<JsonNetVersion >10.0.3</JsonNetVersion >
10
10
<JustEatHttpClientInterceptionVersion >2.0.1</JustEatHttpClientInterceptionVersion >
11
11
<MartinCostelloLoggingXUnitVersion >0.1.0</MartinCostelloLoggingXUnitVersion >
12
+ <MicrosoftSourceLinkGitHubVersion >1.0.0-beta2-19270-01</MicrosoftSourceLinkGitHubVersion >
12
13
<ShouldlyVersion >3.0.2</ShouldlyVersion >
13
14
<XunitVersion >2.4.1</XunitVersion >
14
15
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile >
8
8
<SignAssembly >true</SignAssembly >
9
9
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
10
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
11
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
10
12
<IncludeSource >true</IncludeSource >
11
13
<IncludeSymbols >true</IncludeSymbols >
12
14
</PropertyGroup >
16
18
<PackageIconUrl >https://avatars3.githubusercontent.com/u/7998081?s=64</PackageIconUrl >
17
19
<PackageProjectUrl >https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers</PackageProjectUrl >
18
20
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
21
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
19
22
<RepositoryType >git</RepositoryType >
20
23
<RepositoryUrl >git://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers</RepositoryUrl >
21
24
</PropertyGroup >
22
25
26
+ <ItemGroup >
27
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" $(MicrosoftSourceLinkGitHubVersion)" PrivateAssets =" All" />
28
+ </ItemGroup >
29
+
23
30
</Project >
You can’t perform that action at this time.
0 commit comments