File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
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 >
33
28
</PropertyGroup >
34
29
35
30
<!-- NuGet references that work for both signed and unsigned -->
36
31
<ItemGroup >
37
32
<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" />
39
33
</ItemGroup >
40
34
41
35
<!-- Exclude obj folder from default inclusion pattern -->
You can’t perform that action at this time.
0 commit comments