Skip to content

Commit 48da9a0

Browse files
committed
minor
1 parent cf2d397 commit 48da9a0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/Acr.UserDialogs.Uwp/Acr.UserDialogs.Uwp.nuget.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
88
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\allan\.nuget\packages\</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.1.0</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.2.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<PropertyGroup>
1313
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>

src/Acr.UserDialogs.Uwp/UserDialogsImpl.cs

-3
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ public override IDisposable Toast(ToastConfig config)
289289

290290
#region Internals
291291

292-
#if WINDOWS_UWP
293-
294292
protected virtual Popup CreatePopup(UIElement element)
295293
{
296294
var popup = new Popup
@@ -312,7 +310,6 @@ protected virtual DateTime GetDateForCalendar(CalendarView calendar)
312310
: DateTime.MinValue;
313311
}
314312

315-
#endif
316313

317314
protected virtual void SetPasswordPrompt(ContentDialog dialog, StackPanel stack, PromptConfig config)
318315
{

src/Samples/Samples.Uwp/Samples.Uwp.nuget.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
88
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\allan\.nuget\packages\</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.1.0</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.2.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<PropertyGroup>
1313
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>

0 commit comments

Comments
 (0)