We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f80ea commit 545789dCopy full SHA for 545789d
sync-yarnspinner-dlls.sh
@@ -25,7 +25,7 @@ fi
25
cd $YARNSPINNER_FOLDER
26
dotnet-gitversion /updateAssemblyInfo
27
mkdir -p .build-tmp
28
-dotnet build -p:TargetFramework=netstandard2.1 --configuration Debug -o .build-tmp YarnSpinner.Compiler
+dotnet build -p:TargetFrameworks=netstandard2.0 --configuration Debug -o .build-tmp YarnSpinner.Compiler
29
30
# some types we are going to want to use externally but the rest should be fully internal to Yarn Spinner itself
31
assemblyalias --target-directory ".build-tmp" --prefix "Yarn." --assemblies-to-alias "Antlr*;Csv*;Google*;"
0 commit comments