Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

[PR] The proj files have been updated to enable SourceLink #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Azure.Data.Wrappers/Azure.Data.Wrappers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@ Added ConfigureAwait(false) to all awaited methods. https://msdn.microsoft.com/
<RootNamespace>Azure.Data.Wrappers</RootNamespace>
<Version>3.0.10</Version>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp1.0|AnyCPU'">
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<TreatSpecificWarningsAsErrors />
Expand Down