Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #983 from dotnet-architecture/jamesmontemagno-patch-1
Browse files Browse the repository at this point in the history
Update Directory.Packages.props
  • Loading branch information
jamesmontemagno authored Dec 4, 2023
2 parents c04cc4b + 45f59f8 commit 8b08577
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<TargetFramework>net8.0</TargetFramework>
<AspNetVersion>8.0.0-rc.2.23480.2</AspNetVersion>
<SystemExtensionVersion>8.0.0-rc.2.23479.6</SystemExtensionVersion>
<EntityFramworkCoreVersion>8.0.0-rc.2.23480.1</EntityFramworkCoreVersion>
<VSCodeGeneratorVersion>8.0.0-rc.2.23509.1</VSCodeGeneratorVersion>
<AspNetVersion>8.0.0</AspNetVersion>
<SystemExtensionVersion>8.0.0</SystemExtensionVersion>
<EntityFramworkCoreVersion>8.0.0</EntityFramworkCoreVersion>
<VSCodeGeneratorVersion>8.0.0</VSCodeGeneratorVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Ardalis.ApiEndpoints" Version="4.0.1" />
Expand Down Expand Up @@ -69,4 +69,4 @@
<PackageVersion Include="MSTest.TestFramework" Version="3.0.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 8b08577

Please sign in to comment.