Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Oct 13, 2019
1 parent 7061ccc commit 093067b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.9.4" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.9.6" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Example.WebApplication/Example.WebApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.4" />
<PackageReference Include="Dapper" Version="2.0.30" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.6" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
<PackageReference Include="Usa.Smart.Data" Version="1.2.0" />
</ItemGroup>
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="4.2.0.709249" />
<dependency id="Xamarin.Forms" version="4.2.0.848062" />
<dependency id="Usa.Smart.Core" version="1.7.8" />
<dependency id="Usa.Smart.Resolver" version="1.8.2" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver.Xamarin/Smart.Resolver.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
<PackageReference Include="Xamarin.Forms" Version="4.2.0.709249">
<PackageReference Include="Xamarin.Forms" Version="4.2.0.848062">
<NoWarn>NU1701</NoWarn>
</PackageReference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Smart.Resolver/Smart.Resolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit" Version="4.6.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.6.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
</ItemGroup>

Expand Down

0 comments on commit 093067b

Please sign in to comment.