Skip to content

Commit

Permalink
update min Serilog
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 27, 2021
1 parent d3b7ad5 commit 4a04826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Condition="'$(TargetFramework)' == 'netstandard1.1'" Include="Serilog" Version="2.*" />
<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="Serilog" Version="[2.8.0,3.0.0)" />
<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="Serilog" Version="[2.10.0,3.0.0)" />
<None Include="..\..\assets\icon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit 4a04826

Please sign in to comment.