diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5e3bc..1e09dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgrade .NET8 to .NET10. + ## [1.0.0] - 2025-02-08 ### Added diff --git a/src/FastFileReadonly.sln b/src/FastFileReadonly.sln index 01733d7..076d0a3 100644 --- a/src/FastFileReadonly.sln +++ b/src/FastFileReadonly.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.12.35707.178 d17.12 +# Visual Studio Version 18 +VisualStudioVersion = 18.7.11925.98 stable MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastFileReadonly", "FastFileReadonly\FastFileReadonly.csproj", "{F11AE22C-D1B1-4E79-AA2D-627C06D31A38}" EndProject diff --git a/src/FastFileReadonly/FastFileReadonly.csproj b/src/FastFileReadonly/FastFileReadonly.csproj index 9801c0f..16eb75c 100644 --- a/src/FastFileReadonly/FastFileReadonly.csproj +++ b/src/FastFileReadonly/FastFileReadonly.csproj @@ -2,7 +2,7 @@ Exe - net8.0-windows + net10.0-windows enable false FastFileReadonly diff --git a/src/FastFileReadonly/Properties/PublishProfiles/FolderProfile.pubxml b/src/FastFileReadonly/Properties/PublishProfiles/FolderProfile.pubxml index f29870b..26eb9a1 100644 --- a/src/FastFileReadonly/Properties/PublishProfiles/FolderProfile.pubxml +++ b/src/FastFileReadonly/Properties/PublishProfiles/FolderProfile.pubxml @@ -9,10 +9,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ..\publish FileSystem <_TargetId>Folder - net8.0-windows + net10.0-windows win-x64 true true true + false \ No newline at end of file