Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Sep 27, 2017
1 parent 4c20d92 commit fc51d5d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Smart.Resolver.AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Mvc" version="2.0.0" />
<dependency id="Usa.Smart.Core" version="1.0.2" />
<dependency id="Usa.Smart.Core" version="1.0.3" />
<dependency id="Usa.Smart.Resolver" version="1.4.0-beta2" />
</dependencies>
<tags>smart ioc di dependencyinjection aspnet aspnetcore</tags>
Expand Down
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 @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.3" />
</ItemGroup>

<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 @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.3" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.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 @@ -15,7 +15,7 @@
<dependencies>
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="Xamarin.Forms" version="2.3.4.231" />
<dependency id="Usa.Smart.Core" version="1.0.2" />
<dependency id="Usa.Smart.Core" version="1.0.3" />
<dependency id="Usa.Smart.Resolver" version="1.4.0-beta2" />
</dependencies>
<tags>smart ioc di dependencyinjection xamarin</tags>
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 @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.3" />
<PackageReference Include="Xamarin.Forms" Version="2.3.4.270">
<NoWarn>NU1701</NoWarn>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="Usa.Smart.Core" version="1.0.2" />
<dependency id="Usa.Smart.Core" version="1.0.3" />
</dependencies>
<tags>smart ioc di dependencyinjection</tags>
</metadata>
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 @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.2" />
<PackageReference Include="Usa.Smart.Core" Version="1.0.3" />
</ItemGroup>

</Project>

0 comments on commit fc51d5d

Please sign in to comment.