Executable that will resequence ids in all tables of a postgres database
built with .netcore 8.0
Cross Platform Compatible
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <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>
|