11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFramework >net10.0</TargetFramework >
4- <ImplicitUsings >enable</ImplicitUsings >
5- <Nullable >enable</Nullable >
6- <AssemblyName >CmdScale.EntityFrameworkCore.TimescaleDB.Design</AssemblyName >
7- <RootNamespace >CmdScale.EntityFrameworkCore.TimescaleDB.Design</RootNamespace >
8- <PackageId >CmdScale.EntityFrameworkCore.TimescaleDB.Design</PackageId >
9- <Version >1.0.0</Version >
10- <Authors >CmdScale</Authors >
11- <Description >Provides crucial design-time extensions. This package enhances the EF Core CLI tools (dotnet ef) to understand TimescaleDB concepts, enabling correct schema generation for migrations and scaffolding.</Description >
12- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13- <Title >CmdScale.EntityFrameworkCore.TimescaleDB.Design</Title >
14- <EnablePackageValidation >true</EnablePackageValidation >
15- <Copyright >CmdScale</Copyright >
16- <PackageProjectUrl >https://github.com/cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB</PackageProjectUrl >
17- <PackageIcon >cmd-nuget-logo.jpg</PackageIcon >
18- <RepositoryUrl >https://github.com/cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB</RepositoryUrl >
19- <IncludeSymbols >True</IncludeSymbols >
20- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21- <PackageReadmeFile >README.md</PackageReadmeFile >
22- <PackageLicenseFile >LICENSE</PackageLicenseFile >
23- <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
24- <PackageTags >timescaledb;timescale;efcore;ef-core;entityframeworkcore;postgresql;postgres;time-series;timeseries;data;database;efcore-provider;provider;design;migrations;scaffolding;codegen;cli;tools</PackageTags >
25- </PropertyGroup >
26- <ItemGroup >
27- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.0 " />
28- </ItemGroup >
29- <ItemGroup >
30- <None Include =" ..\..\assets\cmd-nuget-logo.jpg" >
31- <Pack >True</Pack >
32- <PackagePath >\</PackagePath >
33- </None >
34- <None Include =" ..\..\LICENSE" >
35- <Pack >True</Pack >
36- <PackagePath >\</PackagePath >
37- </None >
38- <None Include =" ..\..\README.md" >
39- <Pack >True</Pack >
40- <PackagePath >\</PackagePath >
41- </None >
42- <Content Include =" build\**\*" Pack =" true" PackagePath =" build\" />
43- <Content Include =" buildTransitive\**\*" Pack =" true" PackagePath =" buildTransitive\" />
44- </ItemGroup >
45- <ItemGroup >
46- <ProjectReference Include =" ..\Eftdb\Eftdb.csproj" />
47- </ItemGroup >
2+ <PropertyGroup >
3+ <TargetFramework >net10.0</TargetFramework >
4+ <ImplicitUsings >enable</ImplicitUsings >
5+ <Nullable >enable</Nullable >
6+ <AssemblyName >CmdScale.EntityFrameworkCore.TimescaleDB.Design</AssemblyName >
7+ <RootNamespace >CmdScale.EntityFrameworkCore.TimescaleDB.Design</RootNamespace >
8+ <PackageId >CmdScale.EntityFrameworkCore.TimescaleDB.Design</PackageId >
9+ <Version >1.0.0</Version >
10+ <Authors >CmdScale</Authors >
11+ <Description >Provides crucial design-time extensions. This package enhances the EF Core CLI tools (dotnet ef) to understand TimescaleDB concepts, enabling correct schema generation for migrations and scaffolding.</Description >
12+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13+ <Title >CmdScale.EntityFrameworkCore.TimescaleDB.Design</Title >
14+ <EnablePackageValidation >true</EnablePackageValidation >
15+ <Copyright >CmdScale</Copyright >
16+ <PackageProjectUrl >https://github.com/cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB</PackageProjectUrl >
17+ <PackageIcon >cmd-nuget-logo.jpg</PackageIcon >
18+ <RepositoryUrl >https://github.com/cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB</RepositoryUrl >
19+ <IncludeSymbols >True</IncludeSymbols >
20+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21+ <PackageReadmeFile >README.md</PackageReadmeFile >
22+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
23+ <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
24+ <PackageTags >timescaledb;timescale;efcore;ef-core;entityframeworkcore;postgresql;postgres;time-series;timeseries;data;database;efcore-provider;provider;design;migrations;scaffolding;codegen;cli;tools</PackageTags >
25+ </PropertyGroup >
26+ <ItemGroup >
27+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.5 " />
28+ </ItemGroup >
29+ <ItemGroup >
30+ <None Include =" ..\..\assets\cmd-nuget-logo.jpg" >
31+ <Pack >True</Pack >
32+ <PackagePath >\</PackagePath >
33+ </None >
34+ <None Include =" ..\..\LICENSE" >
35+ <Pack >True</Pack >
36+ <PackagePath >\</PackagePath >
37+ </None >
38+ <None Include =" ..\..\README.md" >
39+ <Pack >True</Pack >
40+ <PackagePath >\</PackagePath >
41+ </None >
42+ <Content Include =" build\**\*" Pack =" true" PackagePath =" build\" />
43+ <Content Include =" buildTransitive\**\*" Pack =" true" PackagePath =" buildTransitive\" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <ProjectReference Include =" ..\Eftdb\Eftdb.csproj" />
47+ </ItemGroup >
4848</Project >
0 commit comments