Skip to content

Commit

Permalink
fix for sql setup big #288
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffputz committed May 28, 2022
1 parent 222d038 commit 820dfb7
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 217 deletions.
6 changes: 3 additions & 3 deletions src/PopForums.Sql/PopForums.Sql.csproj
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<Description>PopForums.Data.Sql Class Library</Description>
<VersionPrefix>18.0.0</VersionPrefix>
<VersionPrefix>18.0.2</VersionPrefix>
<Authors>Jeff Putz</Authors>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>PopForums.Sql</AssemblyName>
<PackageId>PopForums.Sql</PackageId>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<PackageProjectUrl>https://github.com/POPWorldMedia/POPForums</PackageProjectUrl>
<RepositoryUrl>https://github.com/POPWorldMedia/POPForums</RepositoryUrl>
<Copyright>2021, POP World Media, LLC</Copyright>
<Copyright>2022, POP World Media, LLC</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0-preview3.21293.2" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 820dfb7

Please sign in to comment.