Skip to content

Commit

Permalink
Updates to nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Aug 16, 2018
1 parent ba91ba8 commit 76faf36
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MyWeather.Droid/MyWeather.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
<Version>27.0.2.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.Essentials">
<Version>0.8.0-preview</Version>
<Version>0.9.1-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>3.1.0.583944</Version>
<Version>3.1.0.697729</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions MyWeather.UWP/MyWeather.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.5</Version>
<Version>6.1.7</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
Expand All @@ -174,10 +174,10 @@
<Version>1.3.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Essentials">
<Version>0.8.0-preview</Version>
<Version>0.9.1-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>3.1.0.583944</Version>
<Version>3.1.0.697729</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions MyWeather.iOS/MyWeather.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
<Version>1.3.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.Essentials">
<Version>0.8.0-preview</Version>
<Version>0.9.1-preview</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>3.1.0.583944</Version>
<Version>3.1.0.697729</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MyWeather.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWeather.Android", "MyWeat
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWeather.UWP", "MyWeather.UWP\MyWeather.UWP.csproj", "{E4A3F53C-2DB8-4962-B8E9-7B961B4D0EDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWeather", "MyWeather\MyWeather.csproj", "{BEA93149-A009-455D-B742-D4BC36DE5AB9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyWeather", "MyWeather\MyWeather.csproj", "{BEA93149-A009-455D-B742-D4BC36DE5AB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions MyWeather/MyWeather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Plugin.Permissions" Version="3.0.0.12" />
<PackageReference Include="Refractored.MvvmHelpers" Version="1.3.0" />
<PackageReference Include="Xamarin.Essentials" Version="0.8.0-preview" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Xamarin.Essentials" Version="0.9.1-preview" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
</ItemGroup>

</Project>

0 comments on commit 76faf36

Please sign in to comment.