Skip to content

Commit

Permalink
⬆️ bump dependencies to support .net9-rc2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael authored Oct 9, 2024
1 parent 287333f commit 4121d83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.8" PrivateAssets="all" />
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.10" PrivateAssets="all" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cuemon.AspNetCore.Authentication" Version="9.0.0-preview.10" />
<PackageReference Include="Cuemon.AspNetCore.Authentication" Version="9.0.0-preview.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cuemon.Security.Cryptography" Version="9.0.0-preview.10" />
<PackageReference Include="Cuemon.Security.Cryptography" Version="9.0.0-preview.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion testenvironments.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
"dockerImage": "gimlichael/ubuntu-testrunner:net6.0.425-net8.0.401-9.0.100-rc.1.24452.12"
"dockerImage": "gimlichael/ubuntu-testrunner:net6.0.427-net8.0.403-9.0.100-rc.2.24474.11"
}
]
}

0 comments on commit 4121d83

Please sign in to comment.