core
core copied to clipboard
After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?
After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?
Originally posted by @Alerinos in https://github.com/dotnet/core/discussions/9167#discussioncomment-8460437
Rolling back the version from .net 9 to .net 8 fixed the problem with project dependencies. Undoing the VS installation fixed the problem with packages.
Can you document the .NET and VS versions you had with the problem and w/o? That'd be helpful.
It would also be good if you could share any msbuild logs / errors.
@richlander Forgive me for not writing this earlier. I am currently using VS 17.9.0 Preview 5.0 and .net 8.0.200-preview.23624.5 where everything is correct. The problem occurs on VS 17.10.0 Preview 1.0 and .net 9 preview 1 Unfortunately I don't have the logs anymore because I restored the version. The only error I have logged is NU1008, I am using PackageReference and Directory.Packages.props correctly
@Alerinos Can you double check that <PackageVersion>
is appropriately including the new version information? See:
https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1008
This issue is stale because there has been no response to a request for more information for 7 days.
This issue was closed because there was no response to a request for more information for 10 days.