Skip to content

Commit fdc420a

Browse files
authored
[COMMIT] The proj files have been updated to enable SourceLink [TableStorage.Abstractions.TableEntityConverters.csproj] (#3)
1 parent 29c8d1b commit fdc420a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/TableStorage.Abstractions.TableEntityConverters/TableStorage.Abstractions.TableEntityConverters.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<PackageIcon>xtensible-x.png</PackageIcon>
1919
<PackageIconUrl />
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2023
</PropertyGroup>
2124

25+
<ItemGroup>
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
27+
</ItemGroup>
28+
29+
2230
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2331
<DefineConstants>TRACE;RELEASE;NETSTANDARD2_0</DefineConstants>
2432
</PropertyGroup>

0 commit comments

Comments
 (0)