Update dll references to use net10.0 paths and use dotnet pack instead
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user