add changes to AppCenterCrashes.nuspec
This commit is contained in:
Родитель
0806e3e755
Коммит
abfe3fb471
|
@ -15,7 +15,12 @@
|
|||
<license type="expression">MIT</license>
|
||||
<iconUrl>https://aka.ms/k76877</iconUrl>
|
||||
<dependencies>
|
||||
<group>
|
||||
<dependency id="Microsoft.AppCenter" version="$version$" />
|
||||
</group>
|
||||
<group targetFramework="uap10.0">
|
||||
<dependency id="System.Reflection.Metadata" version="1.7.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<version>$version$</version>
|
||||
</metadata>
|
||||
|
@ -38,6 +43,7 @@
|
|||
<!-- UWP -->
|
||||
<file src="$uwp_dir$/Microsoft.AppCenter.Crashes.dll" target="lib/uap10.0" />
|
||||
<file src="$uwp_dir$/Microsoft.AppCenter.Crashes.xml" target="lib/uap10.0" />
|
||||
<file src="SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/Microsoft.AppCenter.Crashes.UWP.rd.xml" target="lib/uap10.0/Microsoft.AppCenter.Crashes/Properties/Microsoft.AppCenter.Crashes.rd.xml" />
|
||||
|
||||
<!-- WindowsDesktop (WPF and WinForms) for .NET framework -->
|
||||
<file src="$windows_desktop_dir$/Microsoft.AppCenter.Crashes.dll" target="lib/net45" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче