Skip to content

Commit bdcf195

Browse files
committed
Restore direct references for Visual Studio, WIP
Signed-off-by: Aliaksandr Kukrash <multiarc@gmail.com>
1 parent 8609f37 commit bdcf195

File tree

4 files changed

+37
-802
lines changed

4 files changed

+37
-802
lines changed

Benchmarks/Schema.NET.Benchmarks/Schema.NET.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup Label="Build">
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net6.0;net462;net472;net48</TargetFrameworks>
5+
<TargetFrameworks>net8.0;net6.0;net48</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
88
</PropertyGroup>

Benchmarks/Schema.NET.Benchmarks/SchemaBenchmarkBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ namespace Schema.NET.Benchmarks;
1414
[RPlotExporter]
1515
[SimpleJob(RuntimeMoniker.Net80)]
1616
[SimpleJob(RuntimeMoniker.Net60)]
17-
[SimpleJob(RuntimeMoniker.Net462)]
18-
[SimpleJob(RuntimeMoniker.Net472)]
1917
[SimpleJob(RuntimeMoniker.Net48)]
2018
public abstract class SchemaBenchmarkBase
2119
{

0 commit comments

Comments
 (0)