Executable that will resequence ids in all tables of a postgres database
built with .netcore 8.0
Cross Platform Compatible
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="Npgsql" Version="8.0.2" />
- <PackageReference Include="Renci.SshNet" Version="1.0.0" />
- </ItemGroup>
-
- </Project>
|