We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a4d10 commit 9bf8361Copy full SHA for 9bf8361
src/FRC.NetworkTables.Core/Native/Interop.cs
@@ -113,7 +113,7 @@ static Interop()
113
}
114
else
115
{
116
- NativeLoader.LoadNativeLibraryFromReflectedAssembly("FRC.NetworkTables.Core.DesktopLibraries", "NetworkTables.DesktopLibraries.Natives");
+ NativeLoader.LoadNativeLibraryFromReflectedAssembly("FRC.NetworkTables.Core.DesktopLibraries");
117
s_libraryLocation = NativeLoader.LibraryLocation;
118
119
src/FRC.NetworkTables.Core/project.json
@@ -67,7 +67,7 @@
67
68
},
69
"dependencies": {
70
- "NativeLibraryUtilities": "1.0.0-rc5"
+ "NativeLibraryUtilities": "1.0.0"
71
72
"configurations": {
73
"Debug": {
0 commit comments