We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4345614 commit b9d0e61Copy full SHA for b9d0e61
src/Components/Ignitor/src/Ignitor.csproj
@@ -1,7 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
+ <!-- Intentionally targeting netcoreapp3.0 because we do not want to update the Benchmark client to use 3.1 -->
5
+ <TargetFramework>netcoreapp3.0</TargetFramework>
6
<IsPackable>true</IsPackable>
7
<IsShippingPackage>false</IsShippingPackage>
8
<HasReferenceAssembly>false</HasReferenceAssembly>
0 commit comments