Skip to content

Commit b9d0e61

Browse files
authored
Retarget Ignitor to netcoreapp3.0 (#14668)
1 parent 4345614 commit b9d0e61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Components/Ignitor/src/Ignitor.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
4+
<!-- Intentionally targeting netcoreapp3.0 because we do not want to update the Benchmark client to use 3.1 -->
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
56
<IsPackable>true</IsPackable>
67
<IsShippingPackage>false</IsShippingPackage>
78
<HasReferenceAssembly>false</HasReferenceAssembly>

0 commit comments

Comments
 (0)