Skip to content

Commit 45e2c86

Browse files
chore: SourceLink is built-in for .NET SDK 8.0.100+ (open-feature#198)
Signed-off-by: Austin Drenski <[email protected]>
1 parent c0fbbcd commit 45e2c86

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

build/Common.prod.props

-7
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,4 @@
2828
<None Include="$(MSBuildThisFileDirectory)openfeature-icon.png" Pack="true" PackagePath="\" />
2929
</ItemGroup>
3030

31-
<PropertyGroup Label="SourceLink">
32-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
33-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
34-
<IncludeSymbols>true</IncludeSymbols>
35-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
36-
</PropertyGroup>
37-
3831
</Project>

build/Common.props

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
-->
2222
<MicrosoftBclAsyncInterfacesVer>[8.0.0,)</MicrosoftBclAsyncInterfacesVer>
2323
<MicrosoftExtensionsLoggerVer>[2.0,)</MicrosoftExtensionsLoggerVer>
24-
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer>
2524
</PropertyGroup>
2625

2726
<ItemGroup>

src/Directory.Build.targets

-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
<Project>
2-
<ItemGroup>
3-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubPkgVer)">
4-
<PrivateAssets>all</PrivateAssets>
5-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6-
</PackageReference>
7-
</ItemGroup>
8-
92
<PropertyGroup>
103
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
114
</PropertyGroup>

0 commit comments

Comments
 (0)