Skip to content

Commit

Permalink
Merge pull request esskar#132 from esskar/feature/add_snupg_support
Browse files Browse the repository at this point in the history
build with symbols support
  • Loading branch information
esskar authored Dec 12, 2020
2 parents 65ab033 + 7ecb9ae commit ae987fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Serialize.Linq/Serialize.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<DefaultLanguage>en-us</DefaultLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Configurations>Debug;Release;Debug Optimize Size;Release Optimize Size</Configurations>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -46,6 +50,10 @@
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);WINDOWS_UWP;UAP10_0</DefineConstants>
</PropertyGroup>

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

<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<Reference Include="System" />
Expand Down

0 comments on commit ae987fd

Please sign in to comment.