Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
1a596ab7
Commit
1a596ab7
authored
Nov 25, 2017
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade build dependencies
parent
71eecf72
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
53 deletions
+53
-53
LocalNotificationProxy.csproj
...roxy/LocalNotificationProxy/LocalNotificationProxy.csproj
+1
-1
Microsoft.Toolkit.Uwp.Notifications.UWP.csproj
...ations.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj
+1
-1
Microsoft.Toolkit.Uwp.Notifications.UWP.nuget.props
...s.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.nuget.props
+1
-1
project.json
...dows/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json
+1
-1
project.lock.json
...Microsoft.Toolkit.Uwp.Notifications.UWP/project.lock.json
+49
-49
No files found.
src/windows/LocalNotificationProxy/LocalNotificationProxy/LocalNotificationProxy.csproj
View file @
1a596ab7
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<DefaultLanguage>de-DE</DefaultLanguage>
<DefaultLanguage>de-DE</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.16299.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.1
5063
.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.1
6299
.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
...
...
src/windows/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.csproj
View file @
1a596ab7
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<AssemblyName>Microsoft.Toolkit.Uwp.Notifications</AssemblyName>
<AssemblyName>Microsoft.Toolkit.Uwp.Notifications</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.1
5063
.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.1
6299
.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<FileAlignment>512</FileAlignment>
...
...
src/windows/Microsoft.Toolkit.Uwp.Notifications.UWP/Microsoft.Toolkit.Uwp.Notifications.UWP.nuget.props
View file @
1a596ab7
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\katze\.nuget\packages\</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\katze\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.4.
0
</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.4.
1
</NuGetToolVersion>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
...
...
src/windows/Microsoft.Toolkit.Uwp.Notifications.UWP/project.json
View file @
1a596ab7
{
{
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
,
"Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
,
"StyleCop.Analyzers"
:
"1.0.2"
"StyleCop.Analyzers"
:
"1.0.2"
},
},
"frameworks"
:
{
"frameworks"
:
{
...
...
src/windows/Microsoft.Toolkit.Uwp.Notifications.UWP/project.lock.json
View file @
1a596ab7
...
@@ -239,7 +239,7 @@
...
@@ -239,7 +239,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -2395,7 +2395,7 @@
...
@@ -2395,7 +2395,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -2435,7 +2435,7 @@
...
@@ -2435,7 +2435,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -2778,7 +2778,7 @@
...
@@ -2778,7 +2778,7 @@
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -4695,7 +4695,7 @@
...
@@ -4695,7 +4695,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -4735,7 +4735,7 @@
...
@@ -4735,7 +4735,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -5123,7 +5123,7 @@
...
@@ -5123,7 +5123,7 @@
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -7032,7 +7032,7 @@
...
@@ -7032,7 +7032,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -7072,7 +7072,7 @@
...
@@ -7072,7 +7072,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -7415,7 +7415,7 @@
...
@@ -7415,7 +7415,7 @@
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -9341,7 +9341,7 @@
...
@@ -9341,7 +9341,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -9381,7 +9381,7 @@
...
@@ -9381,7 +9381,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -9769,7 +9769,7 @@
...
@@ -9769,7 +9769,7 @@
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -11684,7 +11684,7 @@
...
@@ -11684,7 +11684,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -11724,7 +11724,7 @@
...
@@ -11724,7 +11724,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -12067,7 +12067,7 @@
...
@@ -12067,7 +12067,7 @@
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/win/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -13993,7 +13993,7 @@
...
@@ -13993,7 +13993,7 @@
"lib/netstandard1.0/_._"
:
{}
"lib/netstandard1.0/_._"
:
{}
}
}
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore"
:
"5.0.2"
,
"Microsoft.NETCore"
:
"5.0.2"
,
...
@@ -14033,7 +14033,7 @@
...
@@ -14033,7 +14033,7 @@
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Threading.Overlapped"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlDocument"
:
"4.0.1"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"System.Xml.XmlSerializer"
:
"4.0.11"
,
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
},
},
"compile"
:
{
"compile"
:
{
"ref/netcore50/_._"
:
{}
"ref/netcore50/_._"
:
{}
...
@@ -14421,7 +14421,7 @@
...
@@ -14421,7 +14421,7 @@
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
"runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll"
:
{}
}
}
},
},
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"type"
:
"package"
,
"type"
:
"package"
,
"compile"
:
{
"compile"
:
{
"ref/netstandard/_._"
:
{}
"ref/netstandard/_._"
:
{}
...
@@ -18442,14 +18442,14 @@
...
@@ -18442,14 +18442,14 @@
"runtime.json"
"runtime.json"
]
]
},
},
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
svqEclOg2g3pmsVen1/sCCsozefwISlHQcB/Y5yxqovG6tx+LIxN0XtGH4XSieLbf5PbzVIXmHoPPrWb0QhuaA
=="
,
"sha512"
:
"
1x37WPEc/7G4BedFtmSKCK9E1wVWm0BTgTBe7lv/LuN/5a48H8KpGLO5I0fmX51y5r/BXJNaLjpfDkH1i1j0rQ
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"microsoft.netcore.universalwindowsplatform.nuspec"
,
"microsoft.netcore.universalwindowsplatform.nuspec"
,
"ref/netcore50/_._"
,
"ref/netcore50/_._"
,
"ref/uap10.0.15138/Microsoft.CSharp.dll"
,
"ref/uap10.0.15138/Microsoft.CSharp.dll"
,
...
@@ -19587,15 +19587,15 @@
...
@@ -19587,15 +19587,15 @@
"runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll"
"runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll"
]
]
},
},
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
ZGShwJB9yNwHyM+w7g8int9gmurykzvy+SWv74+lCul0ddTmtI9WhXrAg3Dyub9urV7/lUtUjCjH+cSC5/5t7A
=="
,
"sha512"
:
"
zz8GaaUGJIFUsJPY0g0ToBrCv3kXbdwDXbd2Tr+HXvJXFD9HrHQHEue4ZVcZpc82mUfdXyRzO4+t6hY64Q4dTQ
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -19776,15 +19776,15 @@
...
@@ -19776,15 +19776,15 @@
"runtimes/win10-arm-aot/lib/netcore50/clrcompression.dll"
"runtimes/win10-arm-aot/lib/netcore50/clrcompression.dll"
]
]
},
},
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
GaE6GmyEmK2NX2PMfBJGGzLQSUWYO18LDbbCVaNJecnaa0XdBLFOouBoI8X19CcJVww62ugzwM75JjfHw60Wnw
=="
,
"sha512"
:
"
TDXnAPztcmMBpQomeGbo0gk/6WCrQUc5DL1HJcxcefNCRUlqAbUdsUz8sEGaJQ9NUbSshnEeY4wrVgyOonAf+Q
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-arm.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-arm/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-arm/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-arm/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-arm/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -19952,15 +19952,15 @@
...
@@ -19952,15 +19952,15 @@
"runtimes/win10-arm/nativeassets/uap10.0.15138/clrcompression.dll"
"runtimes/win10-arm/nativeassets/uap10.0.15138/clrcompression.dll"
]
]
},
},
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
ouTXA9SGNNtKOorZBMYOCNVN8TxC4RlvaxzAU+ZRAxI00GMfoEBKjfd5FHJMtyi6+lng4yjpdUuz9h1ePgYV9Q
=="
,
"sha512"
:
"
zRfgkMb/yA8Ldgql4gzY5SRcXoj6KgCoKrfPVdOC7iv5PzxGNfQnHdS0WQ5sDaLB+O8BVYpyMYQ4eQ1gbRq+GA
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -20141,15 +20141,15 @@
...
@@ -20141,15 +20141,15 @@
"runtimes/win10-x64-aot/lib/netcore50/clrcompression.dll"
"runtimes/win10-x64-aot/lib/netcore50/clrcompression.dll"
]
]
},
},
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
iq7w9LmLzJla647TOEXrghCK14zw4ImIlnyZAO+h/XoRoq3l1OSng+hRBHzusgKwhvubdKHNlZWA9j4aj2fIng
=="
,
"sha512"
:
"
sNKsP3Fo/XKs4lzEfXzQ6p5+H+gsMVKDtLfNApeCtpsimTt+Nn9lzYggaqvv+gMRJ90j5MnnMZaUf6RwV56nfQ
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-x64.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-x64/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x64/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x64/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-x64/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -20317,15 +20317,15 @@
...
@@ -20317,15 +20317,15 @@
"runtimes/win10-x64/nativeassets/uap10.0.15138/clrcompression.dll"
"runtimes/win10-x64/nativeassets/uap10.0.15138/clrcompression.dll"
]
]
},
},
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
p4GOowv8/INpx65r/TU0OUNoBC3Qk3kbRKPAkqQ05Tf/rTg8NOLR+qxvNRlH49rsUvGb14RarUqscgwcekBOXA
=="
,
"sha512"
:
"
y+OndyqwIIT0EN5x5oyGaW1hRAiej6n2SCk+JZGtMSgjF9i3QQn9dmxYtxazuk+O5MtQdApHYtgK7uKW3yL2ag
=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -20506,15 +20506,15 @@
...
@@ -20506,15 +20506,15 @@
"runtimes/win10-x86-aot/lib/netcore50/clrcompression.dll"
"runtimes/win10-x86-aot/lib/netcore50/clrcompression.dll"
]
]
},
},
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
1
"
:
{
"runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.
2
"
:
{
"sha512"
:
"
nT3j6rR+hZwec3IGcFE8Vsq0bURezJzpCVg9UwQ9dzDXOrZrOfJm0RzWSuC5imRphSCFzz57I73TplpXyC1PU
A=="
,
"sha512"
:
"
0cl6qKSo+w3v5Y6KrlzDm9GcsoS07OIZO/fEwDykvaJjhzsDeY8UFvLN7s3YiB7bUSAt0uWJcJi3eRBdUsiSB
A=="
,
"type"
:
"package"
,
"type"
:
"package"
,
"path"
:
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform/6.0.
1
"
,
"path"
:
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform/6.0.
2
"
,
"files"
:
[
"files"
:
[
"LICENSE.TXT"
,
"LICENSE.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"THIRD-PARTY-NOTICES.TXT"
,
"ref/netstandard/_._"
,
"ref/netstandard/_._"
,
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform.6.0.
1
.nupkg.sha512"
,
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform.6.0.
2
.nupkg.sha512"
,
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtime.win10-x86.microsoft.netcore.universalwindowsplatform.nuspec"
,
"runtimes/win10-x86/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x86/lib/uap10.0.15138/Microsoft.CSharp.dll"
,
"runtimes/win10-x86/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
"runtimes/win10-x86/lib/uap10.0.15138/Microsoft.VisualBasic.dll"
,
...
@@ -25759,7 +25759,7 @@
...
@@ -25759,7 +25759,7 @@
},
},
"projectFileDependencyGroups"
:
{
"projectFileDependencyGroups"
:
{
""
:
[
""
:
[
"Microsoft.NETCore.UniversalWindowsPlatform >= 6.0.
1
"
,
"Microsoft.NETCore.UniversalWindowsPlatform >= 6.0.
2
"
,
"StyleCop.Analyzers >= 1.0.2"
"StyleCop.Analyzers >= 1.0.2"
],
],
"UAP,Version=v10.0.10240"
:
[]
"UAP,Version=v10.0.10240"
:
[]
...
@@ -25786,7 +25786,7 @@
...
@@ -25786,7 +25786,7 @@
}
}
},
},
"dependencies"
:
{
"dependencies"
:
{
"Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
1
"
,
"Microsoft.NETCore.UniversalWindowsPlatform"
:
"6.0.
2
"
,
"StyleCop.Analyzers"
:
"1.0.2"
"StyleCop.Analyzers"
:
"1.0.2"
},
},
"frameworks"
:
{
"frameworks"
:
{
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment