Skip to content

Commit

Permalink
Merge pull request #344 from brunck/update-csla-packages
Browse files Browse the repository at this point in the history
Updated CSLA to 4.11.2.
  • Loading branch information
rockfordlhotka authored Aug 4, 2019
2 parents 9a2701d + 1fea8e2 commit fff9651
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSLA-Core" Version="4.11.1" />
<PackageReference Include="CSLA-Core" Version="4.11.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="PCLCrypto" Version="2.0.147" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSLA-XamarinForms" Version="4.11.1" />
<PackageReference Include="CSLA-XamarinForms" Version="4.11.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/MobileKidsIdApp.Models/MobileKidsIdApp.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSLA-Core" Version="4.11.1" />
<PackageReference Include="CSLA-Core" Version="4.11.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CSLA-XamarinForms">
<Version>4.11.1</Version>
<Version>4.11.2</Version>
</PackageReference>
<PackageReference Include="PCLCrypto">
<Version>2.0.147</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CSLA-XamarinForms">
<Version>4.11.1</Version>
<Version>4.11.2</Version>
</PackageReference>
<PackageReference Include="PCLCrypto">
<Version>2.0.147</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/MobileKidsIdApp/MobileKidsIdApp/MobileKidsIdApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSLA-XamarinForms" Version="4.11.1" />
<PackageReference Include="CSLA-XamarinForms" Version="4.11.2" />
<PackageReference Include="PCLCrypto" Version="2.0.147" />
<PackageReference Include="Xamarin.Forms" Version="4.1.0.618606" />
</ItemGroup>
Expand Down

0 comments on commit fff9651

Please sign in to comment.