Skip to content

Commit

Permalink
Merge pull request #28 from evilpilaf/pre
Browse files Browse the repository at this point in the history
Final v1 touches
  • Loading branch information
evilpilaf authored Feb 10, 2020
2 parents 0aeee4b + d8a5f9d commit ee42d21
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
Binary file added assets/icon124x124.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 19 additions & 2 deletions src/Honeycomb.Serilog.Sink/Honeycomb.Serilog.Sink.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
Expand All @@ -11,6 +11,23 @@
<Copyright>evilpilaf © $([System.DateTime]::Now.Year)</Copyright>
</PropertyGroup>

<!-- SourceLink -->
<PropertyGroup>
<PackageIcon>icon124x124.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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

<ItemGroup>
<None Include="..\..\assets\icon124x124.png" Pack="true" PackagePath="" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1'">
<DefineConstants>NETCORE;NETCORE2_1</DefineConstants>
</PropertyGroup>
Expand All @@ -24,7 +41,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="2.0.0">
<PackageReference Include="MinVer" Version="2.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.0" />
<PackageReference Include="FluentAssertions" Version="5.10.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down

0 comments on commit ee42d21

Please sign in to comment.