Skip to content

Commit

Permalink
Merge pull request #90 from gpproton/update-dependencies-and-remove-o…
Browse files Browse the repository at this point in the history
…neof

Update dependencies and remove oneof
  • Loading branch information
gpproton authored Nov 16, 2023
2 parents 83b105a + a827344 commit 0b88a25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Title>Axolotl</Title>
<Version>8.0-preview.20</Version>
<Version>8.0-rc.1</Version>
<Authors>radioActive DROID</Authors>
<Description>Personal shared utility library</Description>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -34,10 +34,10 @@

<PropertyGroup>
<ArdalisVersion>7.0.0</ArdalisVersion>
<AspCoreVersion>8.0.0-rc.1.23421.29</AspCoreVersion>
<DotnetVersion>8.0.0-rc.1.23419.4</DotnetVersion>
<EfcoreVersion>8.0.0-rc.1.23419.6</EfcoreVersion>
<NextendedVersion>7.0.41</NextendedVersion>
<AspCoreVersion>8.0.0</AspCoreVersion>
<DotnetVersion>8.0.0</DotnetVersion>
<EfcoreVersion>8.0.0</EfcoreVersion>
<NextendedVersion>7.0.47</NextendedVersion>
<Net7Version>7.0.8</Net7Version>
</PropertyGroup>

Expand Down
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="$(DotnetVersion)" />
<PackageVersion Include="System.Net.Http.Json" Version="$(DotnetVersion)" />
<PackageVersion Include="Nextended.Core" Version="$(NextendedVersion)" />
<PackageVersion Include="OneOf" Version="3.0.243" />
</ItemGroup>

<!-- EFCore packages -->
<ItemGroup>
<PackageVersion Include="Ardalis.SmartEnum.EFCore" Version="$(ArdalisVersion)" />
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="$(ArdalisVersion)" />
<PackageVersion Include="EFCore.BulkExtensions" Version="8.0.0-rc.1" />
<PackageVersion Include="EFCore.BulkExtensions" Version="8.0.0-rc.1.2" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(EfcoreVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(EfcoreVersion)" />
Expand Down
1 change: 0 additions & 1 deletion src/standard/Axolotl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageReference Include="Ardalis.SmartEnum.SystemTextJson" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Nextended.Core" />
<PackageReference Include="OneOf" />
<PackageReference Include="System.Net.Http.Json" />
</ItemGroup>

Expand Down

0 comments on commit 0b88a25

Please sign in to comment.