Skip to content

Commit

Permalink
update .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey988 committed Jun 13, 2023
1 parent 2e07c97 commit c95b7cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ConfiguredSqlConnection/ConfiguredSqlConnection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,26 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UserSecretsId>5405e2de-7a05-4014-aea5-3ee845eb7fee</UserSecretsId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>ConfiguredSqlConnection</Title>
<Version>1.0.0</Version>
<Authors>Senia,ArdenHide,Lomet</Authors>
<Company>The Poolz</Company>
<PackageProjectUrl>https://github.com/The-Poolz/ConfiguredSqlConnection</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>https://github.com/The-Poolz/ConfiguredSqlConnection</RepositoryType>
<PackageTags>Database SQL EF</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>The NuGet package is a collection of utilities for working with SQL Server database connections using environment settings and secure connection strings.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\RPCToolkit-DB\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
Expand Down

0 comments on commit c95b7cc

Please sign in to comment.