From 71cfd41e369441cc163a664203aca858f4dbb9dd Mon Sep 17 00:00:00 2001 From: Andrei Hava Date: Wed, 11 Mar 2026 13:34:42 +0200 Subject: [PATCH] upgrade to dotnet 10 --- CHANGELOG.md | 8 +++++ Common.Build.Cake/Common.Build.Cake.csproj | 25 ++++++++------- .../Common.Build.Generator.csproj | 31 ++++++++++--------- Common.Build/Common.Build.csproj | 11 ++++--- README.md | 2 +- 5 files changed, 45 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d2847..cbb4e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.0 +**Other** +- Upgraded to .NET 10 + +## 0.5.3 +**Other** +- Moved to GitHub + ## 0.5.1 **:sparkles: Features** - Added `Test` task diff --git a/Common.Build.Cake/Common.Build.Cake.csproj b/Common.Build.Cake/Common.Build.Cake.csproj index 6679dbb..c6e75c9 100644 --- a/Common.Build.Cake/Common.Build.Cake.csproj +++ b/Common.Build.Cake/Common.Build.Cake.csproj @@ -1,21 +1,14 @@ - net9.0 - exe + false enable enable - false + exe + net10.0 - - - - - runtime - - - + @@ -24,6 +17,16 @@ + + + + + + runtime + + + + diff --git a/Common.Build.Generator/Common.Build.Generator.csproj b/Common.Build.Generator/Common.Build.Generator.csproj index 67af3bc..db3d3a4 100644 --- a/Common.Build.Generator/Common.Build.Generator.csproj +++ b/Common.Build.Generator/Common.Build.Generator.csproj @@ -1,22 +1,31 @@ - netstandard2.0 - latest + false true - true false - false + true + latest + netstandard2.0 - Common.Build.Generator - 12.34.56 Andrei "DetPikachu" Hava Andrei "DetPikachu" Hava + Common.Build.Generator Common.Build.Generator + 12.34.56 + + + true + analyzers/dotnet/cs + false + + + + all @@ -27,15 +36,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - true - analyzers/dotnet/cs - false - - - diff --git a/Common.Build/Common.Build.csproj b/Common.Build/Common.Build.csproj index c6e836a..8b86315 100644 --- a/Common.Build/Common.Build.csproj +++ b/Common.Build/Common.Build.csproj @@ -1,22 +1,23 @@ - net9.0 + false enable enable - false + net10.0 - Common.Build - 12.34.56 Andrei "DetPikachu" Hava Andrei "DetPikachu" Hava + Common.Build Common.Build + 12.34.56 + - + runtime diff --git a/README.md b/README.md index e15c964..9ff180d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License Badge - .NET Version Badge + .NET Version Badge CI Status Badge