Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
328 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.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  10. "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
  11. }
  12. }
  13. }