Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Jun 7, 2018
1 parent 530a583 commit ef8a0a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Smart.Resolver.AspNetCore/Smart.Resolver.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.5.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver.Tests/Smart.Resolver.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.5.7" />
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver.Xamarin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright></copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="Xamarin.Forms" version="3.0.0.482510" />
<dependency id="Xamarin.Forms" version="3.0.0.550146" />
<dependency id="Usa.Smart.Core" version="1.5.7" />
<dependency id="Usa.Smart.Resolver" version="1.7.4" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Smart.Resolver.Xamarin/Smart.Resolver.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.5.7" />
<PackageReference Include="Xamarin.Forms" Version="3.0.0.482510">
<PackageReference Include="Xamarin.Forms" Version="3.0.0.550146">
<NoWarn>NU1701</NoWarn>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver/Smart.Resolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.5.7" />
</ItemGroup>
Expand Down

0 comments on commit ef8a0a8

Please sign in to comment.