-
Notifications
You must be signed in to change notification settings - Fork 82
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
Installation of Microsoft.Build.CopyOnWrite #593
Comments
In most of my repos, where we use central packages, we use it in
|
Installation as an SDK is covered here but in my experience the global package reference approach covered more cases in my hetereogeneous C#/C++ repos. |
Also see the comment at the top of the README that this package is becoming redundant with the 24H2 Windows 11 release, as well as Server 2025. |
hmm, thnx. |
I would like to know how to install this nuget. I found somewhere I need to put it to
Directory.Build.targets
as SDK referenceBut I found on other sites, that it should be part of csproj, or
Directory.Build.props
Now I switched solution to Central Package Management and I'm using
Directory.Packages.props
for version definitions and not sure if both Build definitions supports it.So how to use it?
The text was updated successfully, but these errors were encountered: