-
Notifications
You must be signed in to change notification settings - Fork 46
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
Build in VS2022 fails #239
Comments
Try using netstandard2.0 instead. |
Thanks Erik, I had been trying with netstandard2.1, but using netstandard2.0 it works. |
@ErikEJ @jeffrosenberg Perhaps we should add that warning as also suggested in #222 to lead users to the pit of success. |
Good idea! |
IanKemp
added a commit
to IanKemp/MSBuild.Sdk.SqlProj
that referenced
this issue
Mar 30, 2023
This was referenced Mar 30, 2023
jmezach
pushed a commit
that referenced
this issue
Apr 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm migrating a database project from VS2019 to VS2022. In VS2019, I was using version 1.15.0 of MSBuild.Sdk.SqlProj.
In VS2022, I've changed the version to 2.0.0-beta.1 and the target framework to NET 6. When I build the project, I get the error
The "CopyRefAssembly" task was not given a value for the required parameter "SourcePath".
Is this supposed to work within VS2022? I'm not sure.
The project file looks like this:
The text was updated successfully, but these errors were encountered: