Skip to content

Commit 9f609f2

Browse files
committed
Revert "Adding SourceLink properties and NuGet package (#538)"
This reverts commit c1b8832.
1 parent a4734e4 commit 9f609f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

UnitsNet/UnitsNet.Common.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@
2525
<!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
2626
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
2727
<NoWarn>CS1701;CS1702;CS1705;CS0618;CS0809</NoWarn>
28-
29-
<!-- SourceLink -->
30-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
31-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
32-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3328
</PropertyGroup>
3429

3530
<!-- NuGet references that work for both signed and unsigned -->
3631
<ItemGroup>
3732
<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"/>
3933
</ItemGroup>
4034

4135
<!-- Exclude obj folder from default inclusion pattern -->

0 commit comments

Comments
 (0)