Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
257 B

  1. {
  2. "runtimeOptions": {
  3. "tfm": "net8.0",
  4. "framework": {
  5. "name": "Microsoft.NETCore.App",
  6. "version": "8.0.0"
  7. },
  8. "configProperties": {
  9. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
  10. }
  11. }
  12. }