You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(project): add net10.0 support and update packages
Adds .NET 10.0 as a target framework for both FileCurator and FileCurator.Tests projects, removes obsolete package references, and updates analyzer dependencies.
- Add net10.0 to TargetFrameworks in both project files
- Remove System.IO.FileSystem, System.Net.Requests, and System.Threading.Tasks.Parallel package references
- Update Microsoft.SourceLink.GitHub and Microsoft.CodeAnalysis.NetAnalyzers to version 10.0.200
Copy file name to clipboardExpand all lines: FileCurator/FileCurator.csproj
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<Description>FileCurator is a simple manager for your files. It tries to give them a common interface to deal with files whether on your system or other locations.</Description>
0 commit comments