Skip to content

Commit 708efaa

Browse files
committed
Updated some nuget packs
1 parent 773b29f commit 708efaa

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

Denna/Core/Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>Core</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17134.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17763.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -131,7 +131,7 @@
131131
<Version>4.8.1</Version>
132132
</PackageReference>
133133
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
134-
<Version>6.1.7</Version>
134+
<Version>6.2.8</Version>
135135
</PackageReference>
136136
<PackageReference Include="Realm">
137137
<Version>3.0.0</Version>

Denna/Denna.Services.Background/Denna.Services.Background.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>Denna.Services.Background</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17134.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17763.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -113,7 +113,7 @@
113113
</ItemGroup>
114114
<ItemGroup>
115115
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
116-
<Version>6.1.7</Version>
116+
<Version>6.2.8</Version>
117117
</PackageReference>
118118
</ItemGroup>
119119
<ItemGroup>

Denna/Denna.Services.Cortana/Denna.Services.Cortana.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>Denna.Services.Cortana</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17134.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17763.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -112,7 +112,7 @@
112112
</ItemGroup>
113113
<ItemGroup>
114114
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
115-
<Version>6.1.7</Version>
115+
<Version>6.2.8</Version>
116116
</PackageReference>
117117
</ItemGroup>
118118
<ItemGroup>

Denna/Denna/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public App()
3737
Analytics.TrackEvent("App Opened");
3838
}
3939

40-
void App_UnhandledException(object sender, UnhandledExceptionEventArgs e)
40+
private void App_UnhandledException(object sender, Windows.UI.Xaml.UnhandledExceptionEventArgs e)
4141
{
4242
AppHelper.OnUnhandledException(e, sender.ToString());
4343
}

Denna/Denna/Classes/AppHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Denna.Classes
1616
{
1717
public static class AppHelper
1818
{
19-
public static async void OnUnhandledException(UnhandledExceptionEventArgs e, string sender)
19+
public static async void OnUnhandledException(Windows.UI.Xaml.UnhandledExceptionEventArgs e, string sender)
2020
{
2121
Analytics.TrackEvent("Unhandled Exception");
2222
//Analytics.

Denna/Denna/Denna.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>Denna</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17134.0</TargetPlatformVersion>
15-
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17763.0</TargetPlatformVersion>
15+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -424,16 +424,16 @@
424424
</ItemGroup>
425425
<ItemGroup>
426426
<PackageReference Include="Microsoft.AppCenter.Analytics">
427-
<Version>1.8.0</Version>
427+
<Version>1.14.0</Version>
428428
</PackageReference>
429429
<PackageReference Include="Microsoft.AppCenter.Crashes">
430-
<Version>1.8.0</Version>
430+
<Version>1.14.0</Version>
431431
</PackageReference>
432432
<PackageReference Include="Microsoft.AppCenter.Push">
433-
<Version>1.8.0</Version>
433+
<Version>1.14.0</Version>
434434
</PackageReference>
435435
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
436-
<Version>6.1.7</Version>
436+
<Version>6.2.8</Version>
437437
</PackageReference>
438438
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
439439
<Version>2.0.0</Version>
@@ -463,10 +463,10 @@
463463
</ProjectReference>
464464
</ItemGroup>
465465
<ItemGroup>
466-
<SDKReference Include="WindowsMobile, Version=10.0.17134.0">
466+
<SDKReference Include="WindowsMobile, Version=10.0.17763.0">
467467
<Name>Windows Mobile Extensions for the UWP</Name>
468468
</SDKReference>
469-
<SDKReference Include="WindowsTeam, Version=10.0.17134.0">
469+
<SDKReference Include="WindowsTeam, Version=10.0.17763.0">
470470
<Name>Windows Team Extensions for the UWP</Name>
471471
</SDKReference>
472472
</ItemGroup>

0 commit comments

Comments
 (0)