Skip to content

Commit ea1d67b

Browse files
cursoragentneuralsoothsayer
andcommitted
Update .NET version from 7 to 8 and remove duplicate target frameworks
Co-authored-by: neuralsoothsayer <neuralsoothsayer@gmail.com>
1 parent 3a0aa4e commit ea1d67b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
sed -i '' 's/net7/net8/g' .github/**/*.yml
22

33
sed -i '' 's/net7/net8/g' ./**/*.csproj
4+
5+
# Remove duplicate target frameworks (e.g., net8;net8 -> net8)
6+
sed -i '' 's/<TargetFrameworks>net8;net8<\/TargetFrameworks>/<TargetFrameworks>net8<\/TargetFrameworks>/g' ./**/*.csproj

0 commit comments

Comments
 (0)