feature: Initial .NET 10 Support

Works as of .NET 10.0.0-preview.3.25171.5
This commit is contained in:
GreemDev
2025-04-17 04:13:40 -05:00
committed by GreemDev
parent 49c70efdd5
commit 010eab44ba
8 changed files with 12 additions and 11 deletions

View File

@@ -85,6 +85,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\canary.yml = .github\workflows\canary.yml
Directory.Packages.props = Directory.Packages.props
Directory.Build.props = Directory.Build.props
.github\workflows\release.yml = .github\workflows\release.yml
nuget.config = nuget.config
EndProjectSection