Build net461 assembly with dotnet-cli (#168)
author최원영/Common Platform Lab(SR)/Staff Engineer/삼성전자 <wy80.choi@samsung.com>
Thu, 26 Mar 2020 06:45:13 +0000 (15:45 +0900)
committer안주원/Common Platform Lab(SR)/Principal Engineer/삼성전자 <juwon.ahn@samsung.com>
Thu, 26 Mar 2020 06:45:13 +0000 (15:45 +0900)
commite104505aad5041b09d9620cb3f956ab24298fedb
tree7c7ebcac42475bcd69337e149d522a0ada38ab97
parent1e37bc0dca6cbb8d75031bf22f3fe7d0d67b486e
Build net461 assembly with dotnet-cli (#168)

The Microsoft.NETFramework.ReferenceAssemblies can be used to build .NETFramework
assemblies with dotnet-cli. We don't need to use Mono for building net461 assembly
of XSF.Build.Tasks anymore.

So commands of ./build.sh are changed as following:
- ./build.sh msbuild --> Removed
- ./build.sh dotnet  --> ./build.sh build
XSF.Build.sln [new file with mode: 0644]
XSF.sln [new file with mode: 0644]
build.sh
packaging/xsf.spec
src/XSF.Build.Tasks/XSF.Build.Tasks.csproj
src/XSF.sln [deleted file]