Skip to content

Commit

Permalink
Add else part to pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Mar 30, 2022
1 parent 2684b32 commit 82da51d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -15,8 +15,9 @@ public class DiaSessionTests : IntegrationTestBase
{
#if NETFRAMEWORK
private const string NET451 = "net451";
#endif
#else
private const string NETCOREAPP21 = "netcoreapp2.1";
#endif

public static string? GetAndSetTargetFrameWork(IntegrationTestEnvironment testEnvironment)
{
Expand Down

0 comments on commit 82da51d

Please sign in to comment.