You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my problem.
I have verified this is not an issue for a specific package.
I have verified this issue is not security related.
I confirm I am using official, and not unofficial, or modified, Chocolatey products.
What You Are Seeing?
When trying to run the build script with Visual Studio 2022 version 17.8.2 installed, the build fails on the Microsoft.NETFramework.ReferenceAssemblies.net40 package. The message received is:
C:\code\rhino-licensing\src\Rhino.Licensing\Rhino.Licensing.csproj : error NU1605:
Warning As Error: Detected package downgrade: Microsoft.NETFramework.ReferenceAss
emblies.net40 from 1.0.3 to 1.0.2. Reference the package directly from the project
to select a different version. [C:\code\rhino-licensing\Rhino.Licensing.sln]
C:\code\rhino-licensing\src\Rhino.Licensing\Rhino.Licensing.csproj : error NU1605:
Rhino.Licensing -> Microsoft.NETFramework.ReferenceAssemblies 1.0.3 -> Microsoft
.NETFramework.ReferenceAssemblies.net40 (>= 1.0.3) [C:\code\rhino-licensing\Rhino
.Licensing.sln]
C:\code\rhino-licensing\src\Rhino.Licensing\Rhino.Licensing.csproj : error NU1605:
Rhino.Licensing -> Microsoft.NETFramework.ReferenceAssemblies.net40 (>= 1.0.2) [
C:\code\rhino-licensing\Rhino.Licensing.sln]
What is Expected?
Build should complete successfully.
How Did You Get This To Happen?
Used the (internal) Chocolatey Developer VM image to attempt to build. Received the error messagge.
Confirmed this did not happen on the previous version of the Chocolatey Developer VM image which had version 17.4.2 of Visual Studio 2022.
Checklist
What You Are Seeing?
When trying to run the build script with Visual Studio 2022 version 17.8.2 installed, the build fails on the
Microsoft.NETFramework.ReferenceAssemblies.net40
package. The message received is:What is Expected?
Build should complete successfully.
How Did You Get This To Happen?
Used the (internal) Chocolatey Developer VM image to attempt to build. Received the error messagge.
Confirmed this did not happen on the previous version of the Chocolatey Developer VM image which had version 17.4.2 of Visual Studio 2022.
System Details
Installed Packages
Installed Packages
Output Log
Additional Context
Two workarounds that I have used to complete the build:
1.0.3
net40
as a build target.The text was updated successfully, but these errors were encountered: