-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to .net8.0 and new SendAsync Implementation
- Loading branch information
Showing
9 changed files
with
922 additions
and
951 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v8.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v8.0": { | ||
"PJLink/1.0.0": { | ||
"dependencies": { | ||
"System.Data.DataSetExtensions": "4.5.0" | ||
}, | ||
"runtime": { | ||
"PJLink.dll": {} | ||
} | ||
}, | ||
"System.Data.DataSetExtensions/4.5.0": {} | ||
} | ||
}, | ||
"libraries": { | ||
"PJLink/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"System.Data.DataSetExtensions/4.5.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==", | ||
"path": "system.data.datasetextensions/4.5.0", | ||
"hashPath": "system.data.datasetextensions.4.5.0.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule pjlink-sharp
updated
5 files
+12 −76 | Example/Example.csproj | |
+0 −23 | Example/Properties/AssemblyInfo.cs | |
+3 −3 | PJLink.sln | |
+15 −85 | PJLink/PJLink.csproj | |
+0 −23 | PJLink/Properties/AssemblyInfo.cs |
Oops, something went wrong.