Skip to content

Commit

Permalink
fix: remove netcoreapp3.1 target from Benchmarks tool (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Sep 12, 2023
1 parent 85685c1 commit c9955b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<Configuration>Release</Configuration>
<OutputType>Exe</OutputType>
<Optimize>true</Optimize>
Expand Down

0 comments on commit c9955b5

Please sign in to comment.