Skip to content

Commit

Permalink
Add netstandard2.0 target framework in BenchmarkDotNet.Annotations
Browse files Browse the repository at this point in the history
See the "Which .NET Standard version to target" section in
https://docs.microsoft.com/en-us/dotnet/standard/net-standard
  • Loading branch information
AndreyAkinshin committed Apr 2, 2019
1 parent 1babcbd commit fb1286e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<AssemblyTitle>BenchmarkDotNet.Annotations</AssemblyTitle>
<TargetFramework>netstandard1.0</TargetFramework>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<AssemblyName>BenchmarkDotNet.Annotations</AssemblyName>
<PackageId>BenchmarkDotNet.Annotations</PackageId>
<RootNamespace>BenchmarkDotNet</RootNamespace>
Expand Down

0 comments on commit fb1286e

Please sign in to comment.