We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3601ede commit 9bf6de1Copy full SHA for 9bf6de1
LazyProxy.Unity.Benchmarks/LazyProxy.Unity.Benchmarks.csproj
@@ -1,12 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFrameworks>netcoreapp2.0;net471</TargetFrameworks>
+ <TargetFrameworks>netcoreapp2.0</TargetFrameworks>
5
</PropertyGroup>
6
<ItemGroup>
7
<ProjectReference Include="..\LazyProxy.Unity\LazyProxy.Unity.csproj" />
8
</ItemGroup>
9
10
<PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
11
12
-</Project>
+</Project>
0 commit comments