Skip to content

Commit 9bf8361

Browse files
committed
Updates to release NativeLibraryUtilities
1 parent e9a4d10 commit 9bf8361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FRC.NetworkTables.Core/Native/Interop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static Interop()
113113
}
114114
else
115115
{
116-
NativeLoader.LoadNativeLibraryFromReflectedAssembly("FRC.NetworkTables.Core.DesktopLibraries", "NetworkTables.DesktopLibraries.Natives");
116+
NativeLoader.LoadNativeLibraryFromReflectedAssembly("FRC.NetworkTables.Core.DesktopLibraries");
117117
s_libraryLocation = NativeLoader.LibraryLocation;
118118
}
119119

src/FRC.NetworkTables.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"dependencies": {
70-
"NativeLibraryUtilities": "1.0.0-rc5"
70+
"NativeLibraryUtilities": "1.0.0"
7171
},
7272
"configurations": {
7373
"Debug": {

0 commit comments

Comments
 (0)