Skip to content

Commit

Permalink
Downgrade AspNetCore NuGet packages
Browse files Browse the repository at this point in the history
Downgrading package versions to match support policy
of package based .NET Core.
  • Loading branch information
plave0 committed Nov 18, 2024
1 parent 01c9d44 commit 0755832
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@

<ItemGroup>
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageVersion Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.2.6" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics" Version="2.1.1" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.1.1" />
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.1.34" /> <!-- Transitive dependency -->
<PackageVersion Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.1.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc" Version="2.1.3" />
<PackageVersion Include="Microsoft.AspNetCore.Server.HttpSys" Version="2.1.12" />
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.12" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Microsoft.ServiceFabric" Version="11.0.1928" />
Expand Down

0 comments on commit 0755832

Please sign in to comment.