Skip to content

Commit

Permalink
Set output type for perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 2, 2022
1 parent d37f5a7 commit be6797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Benchmarks/PerformanceTests/PerformanceTests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType Condition="$(TargetFrameworkIdentifier) == '.NETCoreApp'">Exe</OutputType>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<CodeAnalysisRuleSet>../../../global.ruleset</CodeAnalysisRuleSet>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>8.0</LangVersion>
<NoWarn>MSB4011</NoWarn>
<OutputType Condition="'$(RealmTestsStandaloneExe)' == 'true'">Exe</OutputType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit be6797c

Please sign in to comment.