Skip to content

Commit

Permalink
Fix the .NET 4 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Sep 24, 2015
1 parent c9b4e83 commit 63d2f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Serilog/Serilog-net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
<Compile Include="Core\IScalarConversionPolicy.cs" />
<Compile Include="Core\LoggingLevelSwitch.cs" />
<Compile Include="Core\MessageTemplateFormatMethodAttribute.cs" />
<Compile Include="Core\Sinks\CopyingSink.cs" />
<Compile Include="Core\Filters\DelegateFilter.cs" />
<Compile Include="Core\Sinks\FilteringSink.cs" />
<Compile Include="Core\IDestructuringPolicy.cs" />
<Compile Include="Core\ILogEventFilter.cs" />
<Compile Include="Core\ILogEventPropertyFactory.cs" />
<Compile Include="Core\ILogEventPropertyValueFactory.cs" />
<Compile Include="Core\Sinks\SecondaryLoggerSink.cs" />
<Compile Include="Events\DictionaryValue-net40.cs" />
<Compile Include="Events\LevelAlias.cs" />
<Compile Include="Filters\Matching.cs" />
Expand Down
4 changes: 3 additions & 1 deletion test/Serilog.Tests/Serilog.Tests-net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</Choose>
<ItemGroup>
<Compile Include="Context\LogContextTests-net40.cs" />
<Compile Include="Core\CopyingSinkTests.cs" />
<Compile Include="Core\LoggerTests.cs" />
<Compile Include="Core\SafeAggregateSinkTests.cs" />
<Compile Include="Core\MessageTemplateTests.cs" />
<Compile Include="Core\SecondaryLoggerSinkTests.cs" />
<Compile Include="Events\DictionaryValueTests.cs" />
<Compile Include="Events\LogEventPropertyValueTests.cs" />
<Compile Include="Filters\MatchingTests.cs" />
Expand All @@ -79,8 +79,10 @@
<Compile Include="Sinks\RollingFile\RollingFileSinkTests.cs" />
<Compile Include="Sinks\RollingFile\TemplatedPathRollerTests.cs" />
<Compile Include="Sinks\TextWriter\TextWriterSinkTests.cs" />
<Compile Include="Support\CollectingSink.cs" />
<Compile Include="Support\DelegatingEnricher.cs" />
<Compile Include="Support\DelegatingSink.cs" />
<Compile Include="Support\DisposeTrackingSink.cs" />
<Compile Include="Support\Extensions.cs" />
<Compile Include="Support\Some.cs" />
</ItemGroup>
Expand Down

0 comments on commit 63d2f6e

Please sign in to comment.