Skip to content

Commit

Permalink
Fixed compiler warning in benchmark project.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Mar 31, 2017
1 parent 98da9ec commit 6530dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/Autofac.Benchmarks/Autofac.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Autofac.Benchmarks</AssemblyName>
<AssemblyOriginatorKeyFile>../../Autofac.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 6530dae

Please sign in to comment.