oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

please convert xproj to csproj #14

Open ArsenShnurkov opened 7 years ago

ArsenShnurkov commented 7 years ago

image

ArsenShnurkov commented 7 years ago
user@sabayon /var/calculate/remote/distfiles/egit-src/acme.net.git/src/Oocx.ACME ₽ xbuild Oocx.ACME.xproj 
XBuild Engine Version 14.0
Mono, Version 4.9.0.0
Copyright (C) 2005-2013 Various Mono authors

Build started 2/13/2017 10:21:21 AM.
__________________________________________________
Oocx.ACME.xproj: error : /var/calculate/remote/distfiles/egit-src/acme.net.git/src/Oocx.ACME/Oocx.ACME.xproj: /var/calculate/remote/distfiles/egit-src/acme.net.git/src/Oocx.ACME/Oocx.ACME.xproj could not import "$(VSToolsPath)\DNX\Microsoft.DNX.Props"
Build FAILED.
Errors:

Oocx.ACME.xproj: error : /var/calculate/remote/distfiles/egit-src/acme.net.git/src/Oocx.ACME/Oocx.ACME.xproj: /var/calculate/remote/distfiles/egit-src/acme.net.git/src/Oocx.ACME/Oocx.ACME.xproj could not import "$(VSToolsPath)\DNX\Microsoft.DNX.Props"

     0 Warning(s)
     1 Error(s)

Time Elapsed 00:00:00.2163240
₽ dotnet migrate

Welcome to .NET Core!
---------------------
Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.
Telemetry
--------------
The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include commandline arguments. The data is collected by Microsoft and shared with the community.
You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
Configuring...
-------------------
A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.
Decompressing 100% 2772 ms
Expanding 100% 4502 ms
No executable found matching command "dotnet-migrate"
ArsenShnurkov commented 7 years ago
./src/Oocx.ACME/Jose/JWS.cs(37,37): Error CS1061: Type `System.Security.Cryptography.RSA' does not contain a definition for `SignData' and no extension method `SignData' of type `System.Security.Cryptography.RSA' could be found. Are you missing an assembly reference? (CS1061) (Oocx.ACME)

./src/Oocx.ACME/Client/AcmeClient.cs(58,58): Error CS1061: Type `System.Net.Http.HttpContent' does not contain a definition for `ReadAsAsync' and no extension method `ReadAsAsync' of type `System.Net.Http.HttpContent' could be found. Are you missing an assembly reference? (CS1061) (Oocx.ACME)

UPD: that is solved by choosing 4.6 instead of 4.5 as platform