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 am working on a XAML base C++ WinRT application where I use Microsoft.Windows.CppWinRT NuGet package (version 2.0.240405.15).
After build, I see below self generated dlls in my output directory those are not having any Version information. These dlls seems to be related to Microsoft.WindowsAppSDK.
marshal.dll
Microsoft.UI.Composition.OSSupport.dll
Microsoft.UI.Windowing.dll
Other NuGet package those I am using to build my application are -
Microsoft.Windows.ImplementationLibrary - 1.0.240803.1
Microsoft.Windows.SDK.BuildTools - 10.0.26100.1742 Microsoft.WindowsAppSDK - 1.6.250108002
Is it a bug or these dlls are not required to have version information?
any help is highly appreciated.
M Chauhan
Thanks.
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am working on a XAML base C++ WinRT application where I use Microsoft.Windows.CppWinRT NuGet package (version 2.0.240405.15).
After build, I see below self generated dlls in my output directory those are not having any Version information. These dlls seems to be related to Microsoft.WindowsAppSDK.
marshal.dll
Microsoft.UI.Composition.OSSupport.dll
Microsoft.UI.Windowing.dll
Other NuGet package those I am using to build my application are -
Microsoft.Windows.ImplementationLibrary - 1.0.240803.1
Microsoft.Windows.SDK.BuildTools - 10.0.26100.1742
Microsoft.WindowsAppSDK - 1.6.250108002
Is it a bug or these dlls are not required to have version information?
any help is highly appreciated.
M Chauhan
Thanks.
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: