Skip to content

Commit

Permalink
Update dependencies to 3.1.x versions (Kros-sk#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
satano authored Apr 21, 2021
1 parent fc3d1a8 commit 500a2ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Kros.KORM.Extensions.Asp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Company>KROS a. s.</Company>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Authors>KROS a. s.</Authors>
<Title>Kros.KORM.Extensions.Asp</Title>
<Description>Extensions for Kros.KORM library for ASP.NET Core projects.</Description>
Expand Down Expand Up @@ -46,11 +46,11 @@
<ItemGroup>
<PackageReference Include="Kros.KORM" Version="4.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.1.14" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="3.1.14" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.14" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.14" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.14" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>
Expand Down

0 comments on commit 500a2ca

Please sign in to comment.