Skip to content

Commit

Permalink
adding details to Database library so it is a nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
lanmark7 committed Oct 10, 2024
1 parent 48ef818 commit 36314db
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>

<UserSecretsId>10000000-1000-1000-1000-100000000001</UserSecretsId>
</PropertyGroup>

<PropertyGroup>
<PackageId>ThingsLibrary.Database</PackageId>
<ProductName>ThingsLibrary.Database</ProductName>
<Title>ThingsLibrary Database Services Framework Library</Title>
<Description>Provides various database agnostic tools such as audit tracking using EntityFramework</Description>

<Authors>Mark Lanning</Authors>
<Company>Starlight Software Co.</Company>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/things-library/Frameworks</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
Expand Down

0 comments on commit 36314db

Please sign in to comment.