mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 02:18:47 +00:00
fix: remove netcoreapp3.1 target from Benchmarks tool (#87)
This commit is contained in:
parent
85685c15a0
commit
c9955b53fc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user