Skip to content

Commit

Permalink
Upgrade Benchmarks project to netcoreapp1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Mar 31, 2017
1 parent 2dee844 commit 9d1e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Autofac.Benchmarks/Autofac.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

0 comments on commit 9d1e1b3

Please sign in to comment.