Skip to content

Commit 545789d

Browse files
committed
Use .NET Standard 2.0 DLLs when syncing DLLs locally
1 parent 68f80ea commit 545789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-yarnspinner-dlls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
cd $YARNSPINNER_FOLDER
2626
dotnet-gitversion /updateAssemblyInfo
2727
mkdir -p .build-tmp
28-
dotnet build -p:TargetFramework=netstandard2.1 --configuration Debug -o .build-tmp YarnSpinner.Compiler
28+
dotnet build -p:TargetFrameworks=netstandard2.0 --configuration Debug -o .build-tmp YarnSpinner.Compiler
2929

3030
# some types we are going to want to use externally but the rest should be fully internal to Yarn Spinner itself
3131
assemblyalias --target-directory ".build-tmp" --prefix "Yarn." --assemblies-to-alias "Antlr*;Csv*;Google*;"

0 commit comments

Comments
 (0)