8000 Wrong NETSTANDARD/NETCOREAPP define constant change. · sdpython/pythonnet@afaca1b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit afaca1b

Browse files
author
dse
committed
Wrong NETSTANDARD/NETCOREAPP define constant change.
1 parent 0ca9612 commit afaca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/pyimport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void SetUp()
3030
/* Append the tests directory to sys.path
3131
* using reflection to circumvent the private
3232
* modifiers placed on most Runtime methods. */
33-
#if NETSTANDARD
33+
#if NETCOREAPP
3434
const string s = "../../fixtures";
3535
#else
3636
const string s = "../fixtures";

0 commit comments

Comments
 (0)
0