-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluentDataBuilder.Microsoft.Extensions.Configuration.csproj
More file actions
45 lines (40 loc) · 1.88 KB
/
FluentDataBuilder.Microsoft.Extensions.Configuration.csproj
File metadata and controls
45 lines (40 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>FluentDataBuilder.Microsoft.Extensions.Configuration</Title>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Company>$(Authors)</Company>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>lk-code</Authors>
<Description>fluent data builder for json and xml</Description>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/lk-code/fluent-data-builder</PackageProjectUrl>
<PackageIcon>icon_128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/lk-code/fluent-data-builder</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<VersionPrefix>1.0.0</VersionPrefix>
<Version>1.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentDataBuilder" Version="8.0.130" />
<PackageReference Include="FluentDataBuilder.Json" Version="8.0.124" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\icon_128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>