-
Notifications
You must be signed in to change notification settings - Fork 16
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
License #3
Comments
Hi, I'm glad that it helps. You don't need any license everything is under BSD so you can use it https://github.com/JocaPC/sql-server-rest-api/blob/master/LICENSE. |
Could you create a new project and add files/dependencies manually. My project is created using dotnet core 1.0 and I assume that you have some different version. There are some breaking changes in core 1.1 and 2.0 that causes these errors (csproj replaced with xproj, then xproj replaced with csproj, introduced and then deprecated package.json, need some VS dependencies, etc.) I have not created a solution for every version, so my advice is to start from the clean project or use VSCode and CLI (dotnet build). |
Can i use asp.net web application and import ur files there |
Hi thank you so much for this awesome code you have for Sql server rest API. I just would like to know do you need any license in order to use the code?
The text was updated successfully, but these errors were encountered: