将示例项目类型升级为 .net core 3.1

This commit is contained in:
28810
2019-12-11 22:11:27 +08:00
parent 9bd815fe35
commit 3a889504fb
21 changed files with 104 additions and 117 deletions

View File

@ -53,7 +53,6 @@ namespace FreeSql.Bechmarker
}
}
[CoreJob]
[RPlotExporter, RankColumn]
public class OrmVsInsert
{
@ -111,7 +110,6 @@ namespace FreeSql.Bechmarker
}
}
[CoreJob]
[RPlotExporter, RankColumn]
public class OrmVsUpdate
{
@ -144,7 +142,6 @@ namespace FreeSql.Bechmarker
}
}
[CoreJob]
[RPlotExporter, RankColumn]
public class OrmVsSelect
{