Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please convert xproj to csproj #14

Open
ArsenShnurkov opened this issue Feb 13, 2017 · 2 comments
Open

please convert xproj to csproj #14

ArsenShnurkov opened this issue Feb 13, 2017 · 2 comments

Comments

@ArsenShnurkov
Copy link

image

@ArsenShnurkov
Copy link
Author

ArsenShnurkov commented Feb 13, 2017

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
Copy link
Author

ArsenShnurkov commented Feb 13, 2017

./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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant