Update dll references to use net10.0 paths and use dotnet pack instead

This commit is contained in:
2026-01-29 22:30:03 +01:00
parent a1b5d0371d
commit 4a1d334a5c

View File

@@ -3,5 +3,5 @@ ProjectName=$2
find . -name *.nupkg -delete find . -name *.nupkg -delete
dotnet run --project ../../fixProps/FixProps/FixProps.csproj dotnet run --project ../../fixProps/FixProps/FixProps.csproj
nuget pack $ProjectName.nuspec -Properties "targetframework=${TargetFramework};ProjectName=${ProjectName}" dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName}"
cp -f *.nupkg ../../oqtane.framework/Oqtane.Server/Packages/ cp -f *.nupkg ../../oqtane.framework/Oqtane.Server/Packages/