File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 25
25
<!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
26
26
<FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
27
27
<NoWarn >CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn >
28
+
29
+ <!-- SourceLink -->
30
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
31
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
32
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
28
33
</PropertyGroup >
29
34
30
35
<!-- NuGet references that work for both signed and unsigned -->
31
36
<ItemGroup >
32
37
<PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
38
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
33
39
</ItemGroup >
34
40
35
41
<!-- Exclude obj folder from default inclusion pattern -->
You can’t perform that action at this time.
0 commit comments