Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
usausa committed Sep 6, 2019
1 parent e94770e commit 25df207
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Example.GenericHost/Example.GenericHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Example.WebApplication/Example.WebApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<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="Usa.Smart.Core" Version="1.7.8-beta1" />
<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.Benchmark/Smart.Resolver.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Smart.Resolver.Extensions.DependencyInjection.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.2.0" />
<dependency id="Usa.Smart.Core" version="1.7.7" />
<dependency id="Usa.Smart.Core" version="1.7.8" />
<dependency id="Usa.Smart.Resolver" version="1.8.1" />
</dependencies>
<tags>smart ioc di dependencyinjection aspnet aspnetcore</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
</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 @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
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
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
<PackageReference Include="Xamarin.Forms" Version="4.2.0.709249">
<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 @@ -13,7 +13,7 @@
<copyright></copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="Usa.Smart.Core" version="1.7.7" />
<dependency id="Usa.Smart.Core" version="1.7.8" />
</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="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8-beta1" />
<PackageReference Include="Usa.Smart.Core" Version="1.7.8" />
</ItemGroup>

</Project>

0 comments on commit 25df207

Please sign in to comment.