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 31, 2022
1 parent 9e4056a commit 20ba9ff
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 20ba9ff

Please sign in to comment.