Skip to content

Commit

Permalink
Update stashbox.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Nov 15, 2020
1 parent a565481 commit 423ab48
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/stashbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
<![CDATA[
v3.4.0:
Expand Down Expand Up @@ -139,14 +143,7 @@ v3.1.0 Breaking changes:
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
</ItemGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 423ab48

Please sign in to comment.