Skip to content

Commit c8f9060

Browse files
committed
.net 10 updates
1 parent 8362428 commit c8f9060

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install .NET Core
3636
uses: actions/setup-dotnet@v5
3737
with:
38-
dotnet-version: 9.x
38+
dotnet-version: 10.x
3939

4040
- name: Restore Dependencies
4141
run: dotnet restore

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ A HMAC (Hash-based Message Authentication Code) authentication system for ASP.NE
1616
- **Secure HMAC-SHA256 authentication** with timestamp validation
1717
- **Easy integration** with ASP.NET Core authentication system
1818
- **Client library included** for .NET HttpClient integration
19-
- **Cross-platform** compatible (.NET 8.0 and .NET 9.0)
2019
- **Request replay protection** with configurable time windows
2120
- **Highly configurable** key providers and validation options
2221

0 commit comments

Comments
 (0)