Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
Fix incorrect package version for Microsoft.AspNetCore.DataProtection.
  • Loading branch information
martincostello committed Aug 19, 2024
1 parent 605bb90 commit 25117a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="JustEat.HttpClientInterception" Version="4.3.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.7.24406.2" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="9.0.0-preview.7.24369.10" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="9.0.0-preview.7.24406.2" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.7.24406.2" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.6.24353.1" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.0.0-preview.6.24353.1" />
Expand Down

0 comments on commit 25117a5

Please sign in to comment.