Skip to content

Commit ba77468

Browse files
committed
dotnet update
1 parent 8c54730 commit ba77468

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

src/CodeChavez.Repository.Pattern.MongoDB/CodeChavez.Repository.Pattern.MongoDB.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Title>CodeChavez Repository Pattern MongoDB Library</Title>
1010
<Authors>Victor A Chavez</Authors>
1111
<Product>CodeChavez.Repository.Pattern.MongoDB</Product>
12-
<Version>10.0.0-preview3</Version>
12+
<Version>10.0.0-preview4</Version>
1313
<Copyright>2020-2026</Copyright>
1414
<Description>Has some useful extension and utilities that allow for every day development</Description>
1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -21,13 +21,15 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.5" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5">
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.8" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.8" />
30+
<PackageReference Include="MongoDB.Driver" Version="3.8.1" />
3031
<PackageReference Include="MongoDB.EntityFrameworkCore" Version="10.0.1" />
32+
<PackageReference Include="SharpCompress" Version="0.48.1" />
3133
</ItemGroup>
3234

3335
<ItemGroup>

src/CodeChavez.Repository.Pattern.Postgres/CodeChavez.Repository.Pattern.Postgres.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Title>CodeChavez Repository Pattern Postgres Library</Title>
1010
<Authors>Victor A Chavez</Authors>
1111
<Product>CodeChavez.Repository.Pattern.Postgres</Product>
12-
<Version>10.0.0-preview2</Version>
12+
<Version>10.0.0-preview4</Version>
1313
<Copyright>2020-2026</Copyright>
1414
<Description>Has some useful extension and utilities that allow for every day development</Description>
1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -21,13 +21,13 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.5" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5">
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.8" />
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" />
30-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.5">
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.8" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8">
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>

src/CodeChavez.Repository.Pattern/CodeChavez.Repository.Pattern.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Title>CodeChavez Repository Pattern Library</Title>
1010
<Authors>Victor A Chavez</Authors>
1111
<Product>CodeChavez.Repository.Pattern</Product>
12-
<Version>10.0.1</Version>
12+
<Version>10.0.2</Version>
1313
<Copyright>2020-2026</Copyright>
1414
<Description>Has some useful extension and utilities that allow for every day development</Description>
1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -26,10 +26,10 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="CodeChavez.Common" Version="10.0.0" />
30-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
31-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5" />
32-
<PackageReference Include="MongoDB.Bson" Version="3.7.1" />
29+
<PackageReference Include="CodeChavez.Common" Version="10.0.1" />
30+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.8" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.8" />
32+
<PackageReference Include="MongoDB.Bson" Version="3.8.1" />
3333
</ItemGroup>
3434

3535
</Project>

0 commit comments

Comments
 (0)